Skip to content

Commit

Permalink
underp indents in merge (unclear how I botched this)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlenski committed May 26, 2020
1 parent 8c6110b commit 7152903
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vpn_slice/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ def main(args=None, environ=os.environ):
finalize_args_and_env(args, env)

if env.myaddr6 or env.netmask6:
print('WARNING: IPv6 address or netmask set. Support for IPv6 in %s should be considered BETA-QUALITY.' % p.prog, file=stderr)
print('WARNING: IPv6 address or netmask set. Support for IPv6 in %s should be considered BETA-QUALITY.' % p.prog, file=stderr)
if args.dump:
exe = providers.process.pid2exe(args.ppid)
caller = '%s (PID %d)'%(exe, args.ppid) if exe else 'PID %d' % args.ppid
Expand Down Expand Up @@ -486,7 +486,7 @@ def main(args=None, environ=os.environ):
print('***************************************************************************', file=stderr)
print('*** Self-test passed. Try using vpn-slice with openconnect or vpnc now. ***', file=stderr)
print('***************************************************************************', file=stderr)
raise SystemExit()
raise SystemExit()

if env.reason is None:
raise SystemExit("Must be called as vpnc-script, with $reason set; use --help for more information")
Expand Down

0 comments on commit 7152903

Please sign in to comment.