Skip to content

Commit

Permalink
Print sshcmd
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemartinlogan committed Dec 29, 2023
1 parent aeb8280 commit 27666d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jarvis_util/shell/pssh_exec.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def __init__(self, cmd, exec_info):
sshcmd = cmd
if i == 0:
sshcmd = dbg_cmd
print(sshcmd)
ssh_exec_info = exec_info.mod(hostfile=None,
hosts=host,
exec_async=True,
Expand Down

0 comments on commit 27666d2

Please sign in to comment.