From a4db9833a10e1c0876188906c67cb28f3e884ad0 Mon Sep 17 00:00:00 2001 From: Tino Lange Date: Thu, 16 Apr 2020 16:04:25 +0200 Subject: [PATCH] remove strange hex chars in docstring (probably an artifact from copy&paste) --- gp-okta.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gp-okta.py b/gp-okta.py index 85e0557..fd449f7 100755 --- a/gp-okta.py +++ b/gp-okta.py @@ -607,8 +607,8 @@ def okta_saml_2(conf, s, gateway, saml_xml): def main(): parser = argparse.ArgumentParser(description=""" - This is an OpenConnect wrapper script that automates connecting to a - PaloAlto Networks GlobalProtect VPN using Okta 2FA.""") + This is an OpenConnect wrapper script that automates connecting to a + PaloAlto Networks GlobalProtect VPN using Okta 2FA.""") parser.add_argument('conf_file', help='e.g. ~/.config/gp-okta.conf')