We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 496b018 commit 35fdbf5Copy full SHA for 35fdbf5
1 file changed
main.py
@@ -27,6 +27,7 @@
27
else:
28
#set the run settings from command line
29
run_config = config.load_config_recursive(launch_file)
30
+ #print(run_config)
31
settings.set('run',run_config)
32
if settings.get('run.name',None) is None:
33
settings.set('run.name',launch_file)
0 commit comments