Skip to content

Commit 8b3c573

Browse files
committed
Update __init__.py
Fixed bug where config was looking at the wrong file
1 parent 11706ae commit 8b3c573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ngcsimlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def configure():
1212
## ngc-sim-lib only cares about --config argument
1313
args, unknown = parser.parse_known_args() # args = parser.parse_args()
1414
try:
15-
config_path = args.modules
15+
config_path = args.config
1616
except:
1717
config_path = None
1818

0 commit comments

Comments
 (0)