Skip to content

Commit

Permalink
Update pydra/engine/environments.py
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Markiewicz <[email protected]>
  • Loading branch information
djarecka and effigies authored Nov 15, 2023
1 parent 3d54253 commit 73e6856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydra/engine/environments.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ def execute(self, task):
"run",
"-v",
self.bind(task.cache_dir, "rw", self.root),
*self.xargs,
]
docker_args.extend(self.xargs)
docker_args.extend(
" ".join(
[f"-v {key}:{val[0]}:{val[1]}" for (key, val) in mounts.items()]
Expand Down

0 comments on commit 73e6856

Please sign in to comment.