Skip to content

Commit

Permalink
removed cli defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
raptor419 committed May 9, 2024
1 parent f9b0dfc commit cc8b5b3
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 73 deletions.
2 changes: 1 addition & 1 deletion streamline/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def process_argv(self, argv):
self.load_default_params()
mode_params = parser_function_definition(argv)
# self.params.update(mode_params)
print(mode_params)
# print(mode_params)

if mode_params['config'] != "":
self.params['config'] = mode_params['config']
Expand Down
Loading

0 comments on commit cc8b5b3

Please sign in to comment.