From 13bb5faad32482c41c58cc04778f5cb6bb20d231 Mon Sep 17 00:00:00 2001 From: valosekj Date: Mon, 29 Apr 2024 20:06:55 +0200 Subject: [PATCH] Do not use date/time for the QC folder Resolves: https://github.com/spinalcordtoolbox/manual-correction/issues/91 --- manual_correction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual_correction.py b/manual_correction.py index 789eba6..7d3e6a5 100644 --- a/manual_correction.py +++ b/manual_correction.py @@ -772,7 +772,7 @@ def main(): print('') # Build QC report folder name - fname_qc = os.path.join(path_img, 'qc_corr_' + time.strftime('%Y%m%d%H%M%S')) + fname_qc = os.path.join(path_img, 'qc_corr') # Set overwrite variable to False do_labeling_always = False