From 6ee0c497943d70259d6ded703665b557841f4904 Mon Sep 17 00:00:00 2001 From: Daniel Lenski Date: Mon, 23 Mar 2020 15:18:36 -0700 Subject: [PATCH] =?utf8?q?I=20swear=20I=20know=20how=20to=20write=20Python?= =?utf8?q?=20=F0=9F=A4=A6=F0=9F=8F=BB=E2=80=8D=E2=99=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- gp-saml-gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gp-saml-gui.py b/gp-saml-gui.py index 2860812..54d14c2 100755 --- a/gp-saml-gui.py +++ b/gp-saml-gui.py @@ -257,7 +257,7 @@ if __name__ == "__main__": if args.verbose: # Warn about ambiguities if server != args.server and not args.uri: - print('''IMPORTANT: During the SAML auth, you were redirected from {} to {1}. This probably ''' + print('''IMPORTANT: During the SAML auth, you were redirected from {0} to {1}. This probably ''' '''means you should specify {1} as the server for final connection, but we're not 100% ''' '''sure about this. You should probably try both.\n'''.format(args.server, server), file=stderr) if ifh != args.interface and not args.uri: -- 2.39.5