Skip to content
Snippets Groups Projects
Commit 5f2d8d15 authored by Paul Gierz's avatar Paul Gierz
Browse files

Update run_all.py

parent 3a188412
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,7 @@ if __name__ == "__main__":
os.makedirs("./raw_input_data")
shutil.copyfile("{{cookiecutter.input_fpath}}", "./raw_input_data/{{cookiecutter.input_fname}}")
shutil.copyfile("{{cookiecutter.input_fpath}}", "./raw_input_data/{{cookiecutter.input_fname}}_backup")
gateway_fixes = None
if os.path.exists("fixup_gateways.yaml"):
with open("fixup_gateways.yaml", "r") as gateway_fixes_file:
gateway_fixes = yaml.load(gateway_fixes_file)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment