Skip to content

Commit b53799d

Browse files
author
Dan
committed
Corrected use of enable_host_logger in readme
1 parent ef52a14 commit b53799d

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
@@ -136,7 +136,7 @@ There is also a built in host logger that can be enabled to log output from remo
136136
137137
import pssh.utils
138138
pssh.utils.enable_host_logger()
139-
client.join(client.run_command('uname'))
139+
client.join(client.run_command('uname'), consume_output=True)
140140
141141
:Output:
142142
.. code-block:: shell

0 commit comments

Comments
 (0)