Skip to content

Using config.py consistently in all scripts

Fixes #5 (closed). This ensures that bin/create_submit_dag_one_event.py uses the imported config.py to handle all config parsing operations, rather than using a mix of that and manual usage of configparser.ConfigParser. A number of new fields are added to config.py to support this.

Edited by Daniel Wysocki

Merge request reports