Skip to content

Commit 1f634fc

Browse files
committed
Merge branch 'v1.0-rc' into dev
2 parents 7fc5ebd + a00d8f4 commit 1f634fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

simvue/run.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ def callback_function(status_code: int, std_out: str, std_err: str) -> None:
639639
executable : str | None, optional
640640
the main executable for the command, if not specified this is taken to be the first
641641
positional argument, by default None
642-
*positional_arguments
642+
*positional_arguments : Any, ..., optional
643643
all other positional arguments are taken to be part of the command to execute
644644
script : str | None, optional
645645
the script to run, note this only work if the script is not an option, if this is the case
@@ -653,7 +653,7 @@ def callback_function(status_code: int, std_out: str, std_err: str) -> None:
653653
this trigger event is set when the processes completes
654654
env : typing.Dict[str, str], optional
655655
environment variables for process
656-
**kwargs
656+
**kwargs : Any, ..., optional
657657
all other keyword arguments are interpreted as options to the command
658658
"""
659659
if platform.system() == "Windows" and completion_callback:

0 commit comments

Comments
 (0)