Skip to content

Commit

Permalink
fix command line outid
Browse files Browse the repository at this point in the history
  • Loading branch information
chrystalchern committed May 27, 2024
1 parent 155fcb2 commit 66338e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mdof/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def parse_srim(argi, config, channels, method=None):
print(json.dumps({"data": output}, cls=JSON_Encoder, indent=4))
return config

def parse_outid(argi):
def parse_outid(argi, *args, **options):
outputs = None
for arg in argi:
if arg == "--dt":
Expand Down

0 comments on commit 66338e4

Please sign in to comment.