Skip to content

Commit d309fe9

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 29a2ff6 commit d309fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monai/auto3dseg/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ def _prepare_cmd_default(cmd: str, cmd_prefix: str | None = None, **kwargs: Any)
407407
408408
Args:
409409
cmd: the command or script to run in the distributed job.
410-
cmd_prefix: the command prefix to run the script,
410+
cmd_prefix: the command prefix to run the script,
411411
e.g., "python", "python -m", "python3", "/opt/conda/bin/python3.10".
412412
kwargs: the keyword arguments to be passed to the script.
413413

0 commit comments

Comments
 (0)