Skip to content

Commit bfaa681

Browse files
djareckaeffigies
andauthored
Update pydra/engine/environments.py
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent 89de9e6 commit bfaa681

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pydra/engine/environments.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ class Container(Environment):
6363
Name of the container image
6464
tag : str
6565
Tag of the container image
66-
output_cpath : str
67-
Path to the output directory in the container
66+
root : str
67+
Base path for mounting host directories into the container
6868
xargs : Union[str, List[str]]
6969
Extra arguments to be passed to the container
7070
"""

0 commit comments

Comments
 (0)