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 cf6b842 commit 89e9b18Copy full SHA for 89e9b18
README.rst
@@ -62,7 +62,7 @@ Run ``uname`` on two hosts in parallel.
62
for host_output in output:
63
for line in host_output.stdout:
64
print(line)
65
- exit_code = host_out.exit_code
+ exit_code = host_output.exit_code
66
67
:Output:
68
0 commit comments