Skip to content

Commit

Permalink
update init
Browse files Browse the repository at this point in the history
  • Loading branch information
willgebhardt committed Jul 25, 2024
1 parent 55a1ca6 commit dc64268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ngcsimlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def configure():
## ngc-sim-lib only cares about --config argument
args, unknown = parser.parse_known_args() # args = parser.parse_args()
try:
config_path = args.modules
config_path = args.config
except:
config_path = None

Expand Down

0 comments on commit dc64268

Please sign in to comment.