Skip to content

Commit b4dcacf

Browse files
committed
Save run_herg_qc where requested, not in subdir
1 parent 8d6fac0 commit b4dcacf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pcpostprocess/scripts/run_herg_qc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def main():
6262

6363
logging.basicConfig(level=args.log_level)
6464

65-
output_dir = setup_output_directory(args.output_dir, "run_herg_qc")
65+
output_dir = setup_output_directory(args.output_dir)
6666

6767
spec = importlib.util.spec_from_file_location(
6868
'export_config',

0 commit comments

Comments
 (0)