Skip to content

Commit a921f67

Browse files
committed
singularity: use "run" command more consistently
1 parent c43595b commit a921f67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cwltool/singularity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ def create_runtime(
510510
runtime = [
511511
"singularity",
512512
"--quiet",
513-
"run" if is_apptainer_1_1_or_newer() or is_version_3_10_or_newer() else "exec",
513+
"run" if (is_apptainer_1_1_or_newer() or is_version_3_10_or_newer()) else "exec",
514514
"--contain",
515515
"--ipc",
516516
"--cleanenv",

0 commit comments

Comments
 (0)