Skip to content
Snippets Groups Projects
Commit bcfaabb6 authored by Aurore Dupuis's avatar Aurore Dupuis
Browse files

Fix logging errors.

parent ab650909
No related branches found
No related tags found
3 merge requests!90Develop,!84Merge develop,!81Resolve "Logging error on synthesis"
......@@ -41,7 +41,7 @@ def compute_NOBS(input_file, synthesis_name=None, output_dir=None):
logging.debug("output_dir : %s", output_dir)
if not os.path.isfile(input_file):
logging.error("Input file does not exist : {}", input_file)
logging.error("Input file does not exist : %s", input_file)
return
if output_dir is None:
......
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