Skip to content

Commit 9ac5e29

Browse files
committed
Fix typo in error message
1 parent 9234194 commit 9ac5e29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cwltool/docker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ def create_runtime(self, env, runtimeContext):
344344
if cidfile_dir != "":
345345
if not os.path.isdir(cidfile_dir):
346346
_logger.error("--cidfile-dir %s error:\n%s", cidfile_dir,
347-
cidfile_dir + "%s is not a directory or "
347+
cidfile_dir + " is not a directory or "
348348
"directory doesn't exist, please check it first")
349349
exit(2)
350350
if not os.path.exists(cidfile_dir):

0 commit comments

Comments
 (0)