Skip to content
Snippets Groups Projects
Commit 319b0a89 authored by William Roberts's avatar William Roberts
Browse files

Fix typo for debug message

parent cefaa3fb
No related branches found
Tags m64_r20200820
No related merge requests found
......@@ -348,7 +348,7 @@ def files_to_update(cxs_files, qc_dir, *, force=False, hint=None):
Find a matching SUM file and determine the QC filename for each CXS file in sequence
"""
if not os.path.isdir(qc_dir):
LOG.debug('Creating output directory: $s', qc_dir)
LOG.debug('Creating output directory: %s', qc_dir)
os.mkdir(qc_dir)
for cxs_file in cxs_files:
# Determine names of possible files
......
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