Skip to content

Commit a00d8f4

Browse files
committed
Added kwargs description to add_process docstring
1 parent 8073608 commit a00d8f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simvue/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)