Skip to content

Commit f4908a5

Browse files
committed
fix README
1 parent df8a438 commit f4908a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ Possible to call commands in parallel on multiple hosts if it's not produce huge
231231
remotes, # type: typing.Iterable[SSHClient]
232232
command, # type: str
233233
timeout=1 * 60 * 60, # type: type: typing.Union[int, float, None]
234-
expected=None, # type: typing.Optional[typing.Iterable[int]]
234+
expected=(0,), # type: typing.Iterable[typing.Union[int, ExitCodes]]
235235
raise_on_err=True, # type: bool
236236
# Keyword only:
237237
exception_class=ParallelCallProcessError # typing.Type[ParallelCallProcessError]

0 commit comments

Comments
 (0)