Skip to content

Commit b07a1fb

Browse files
committed
fix cidfile_ typo
1 parent 32376ff commit b07a1fb

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
@@ -339,7 +339,7 @@ def create_runtime(self, env, runtimeContext):
339339

340340
# add parameters to docker to write a container ID file
341341
if runtimeContext.record_container_id:
342-
cidfile_dir = runtimeContext.cidfile_
342+
cidfile_dir = runtimeContext.cidfile_dir
343343
if cidfile_dir != "":
344344
if not os.path.isdir(cidfile_dir):
345345
_logger.error("--cidfile-dir %s error:\n%s", cidfile_dir,

0 commit comments

Comments
 (0)