FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit ee0a7f5a authored by L. Bower's avatar L. Bower
Browse files

making run dirs be archived if running processor from __main__ (was defualt...

making run dirs be archived if running processor from __main__ (was defualt before, now requires specifying)
parent 5848570f
No related branches found
No related tags found
No related merge requests found
......@@ -377,7 +377,7 @@ class ProcessorBase:
config: dict = self.build_config(args, config_path, sys_config_path)
job_path: str = self.generate_job_directory_path(config)
self.prepare_job_directory(job_path)
self.prepare_job_directory(job_path, archive_pre_existing = True)
processor_utils.setup_logging(job_path, config)
......
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