Skip to content

Commit a3f0f47

Browse files
author
Pan
committed
Revert bad merge
1 parent ecb01d2 commit a3f0f47

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

pssh/clients/base_pssh.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -95,15 +95,6 @@ def run_command(self, command, user=None, stop_on_errors=True,
9595
self.cmds = cmds
9696
return output
9797

98-
def join_last(self):
99-
"""Convenience function for joining the last executed commands.
100-
101-
:rtype: Dictionary with host as key and
102-
:py:class:`pssh.output.HostOutput` as value"""
103-
output = self.get_last_output()
104-
self.join(output)
105-
return output
106-
10798
def get_last_output(self, cmds=None):
10899
"""Get output for last commands executed by ``run_command``
109100

0 commit comments

Comments
 (0)