diff options
Diffstat (limited to 'exception.py')
-rw-r--r-- | exception.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exception.py b/exception.py index 571a79ea1..119aca396 100644 --- a/exception.py +++ b/exception.py @@ -254,7 +254,7 @@ def scpAuthenticate(master, childpid, password): def copyExceptionToRemote(intf, scpInfo): import pty - (host, path, user, password) = scpInfo + (user, password, host, path) = scpInfo if host.find(":") != -1: (host, port) = host.split(":") |