Skip to content

Commit 655fba7

Browse files
author
Kincaid Savoie
committed
copy_file now runs recursively when directory paths are supplied.
1 parent 4b38c14 commit 655fba7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pssh/ssh_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
import logging
2626
import paramiko
2727
import os
28+
import itertools
2829
from socket import gaierror as sock_gaierror, error as sock_error
2930
from .exceptions import UnknownHostException, AuthenticationException, \
3031
ConnectionErrorException, SSHException

0 commit comments

Comments
 (0)