diff --git a/launch/README.md b/launch/README.md new file mode 100644 index 000000000..3f44d8d99 --- /dev/null +++ b/launch/README.md @@ -0,0 +1 @@ +Contains launch scripts for use in the standard executor, e.g., `python main.py launch/fixed_route_sim.yaml`. \ No newline at end of file diff --git a/main.py b/main.py index 2f64ae723..52167953c 100644 --- a/main.py +++ b/main.py @@ -29,7 +29,6 @@ run_config = config.load_config_recursive(launch_file) settings.set('run',run_config) if settings.get('run.name',None) is None: - print("yes") settings.set('run.name',launch_file) from GEMstack.onboard.execution import entrypoint