We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7293474 commit 90a4a1fCopy full SHA for 90a4a1f
pssh/clients/base/single.py
@@ -304,7 +304,7 @@ def _identity_auth(self):
304
logger.debug(
305
"Authentication with identity file %s failed with %s, "
306
"continuing with other identities",
307
- ex, identity_file)
+ identity_file, ex)
308
continue
309
else:
310
logger.debug("Authentication succeeded with identity file %s",
0 commit comments