Skip to content

Commit

Permalink
Merge pull request #48 from claimed-framework/romeokienzler-patch-1
Browse files Browse the repository at this point in the history
[WIP] fix constant name issue
  • Loading branch information
blumenstiel authored Feb 26, 2024
2 parents 996c8b8 + b765e83 commit 9b8bd61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/c3/create_gridwrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def wrap_component(component_path,
)

# Write edited code to file
grid_wrapper_file = 'grid_wrapper.py'
grid_wrapper_file = f'gw_{component_name}.py'
grid_wrapper_file_path = os.path.join(os.path.dirname(component_path), grid_wrapper_file)
# remove 'component_' from gw path
grid_wrapper_file_path = grid_wrapper_file_path.replace('component_', '')
Expand Down

0 comments on commit 9b8bd61

Please sign in to comment.