We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df8a438 commit f4908a5Copy full SHA for f4908a5
README.rst
@@ -231,7 +231,7 @@ Possible to call commands in parallel on multiple hosts if it's not produce huge
231
remotes, # type: typing.Iterable[SSHClient]
232
command, # type: str
233
timeout=1 * 60 * 60, # type: type: typing.Union[int, float, None]
234
- expected=None, # type: typing.Optional[typing.Iterable[int]]
+ expected=(0,), # type: typing.Iterable[typing.Union[int, ExitCodes]]
235
raise_on_err=True, # type: bool
236
# Keyword only:
237
exception_class=ParallelCallProcessError # typing.Type[ParallelCallProcessError]
0 commit comments