Skip to content

Commit

Permalink
Fix for c302 command
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Dec 3, 2024
1 parent 2ee6ae7 commit 4837145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c302/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1717,7 +1717,7 @@ def main():
args = process_args()

ParameterisedModel = getattr(
importlib.import_module("c302.parameters_%s" % args.parameters),
importlib.import_module("c302.%s" % args.parameters),
"ParameterisedModel",
)
params = ParameterisedModel()
Expand Down

0 comments on commit 4837145

Please sign in to comment.