From: Daniel Lenski Date: Mon, 23 Mar 2020 22:18:36 +0000 (-0700) Subject: I swear I know how to write Python 🤦🏻‍♂ X-Git-Url: https://code.communitydata.science/nu-vpn-proxy.git/commitdiff_plain/6ee0c497943d70259d6ded703665b557841f4904?ds=sidebyside;hp=d8929a47d1b2c6ed683bc48849b258b79762a5e4 I swear I know how to write Python 🤦🏻‍♂ --- 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: