summaryrefslogtreecommitdiff
path: root/paramiko/ssh_gss.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-10-10 14:37:25 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-10-10 14:37:25 -0700
commit2f4766f7ef6442004fc9de72504de45bb577847b (patch)
tree5d77374621c1a105329bda19ac8e749b169ba81b /paramiko/ssh_gss.py
parentcea86456c446b3f60f04c912bbac164e2014cb81 (diff)
downloadparamiko-2f4766f7ef6442004fc9de72504de45bb577847b.tar.gz
This looks like it SHOULD HAVE said {0} previously.
Diffstat (limited to 'paramiko/ssh_gss.py')
-rw-r--r--paramiko/ssh_gss.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paramiko/ssh_gss.py b/paramiko/ssh_gss.py
index b3c3f72b..4d9aaa55 100644
--- a/paramiko/ssh_gss.py
+++ b/paramiko/ssh_gss.py
@@ -444,7 +444,7 @@ class _SSH_SSPI(_SSH_GSSAuth):
error, token = self._gss_ctxt.authorize(recv_token)
token = token[0].Buffer
except pywintypes.error as e:
- e.strerror += ", Target: {1}".format(e, self._gss_host)
+ e.strerror += ", Target: {}".format(e, self._gss_host)
raise
if error == 0: