Skip to content

Commit 490ecdc

Browse files
Danpkittenis
authored andcommitted
Remove breakpoint
1 parent 0bcb460 commit 490ecdc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pssh/ssh_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,6 @@ def copy_file_to_local(self, remote_file, local_file, recurse=False):
417417
destination = self._parent_path_split(local_file)
418418
self._make_local_dir(destination)
419419
try:
420-
import ipdb; ipdb.set_trace()
421420
sftp.get(remote_file, local_file)
422421
except Exception, error:
423422
logger.error("Error occured copying file %s from remote destination %s:%s - %s",

0 commit comments

Comments
 (0)