Skip to content

Commit

Permalink
Do not use date/time for the QC folder (#92)
Browse files Browse the repository at this point in the history
Resolves: #91
  • Loading branch information
valosekj authored Apr 29, 2024
1 parent 5950172 commit 6799191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manual_correction.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6799191

Please sign in to comment.