Skip to content

Commit

Permalink
pre-commit: fix code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
vlaci committed Jul 14, 2023
1 parent 5fb0cff commit 9841443
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openconnect_sso/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ def run_openconnect(auth_info, host, proxy, version, args):
if not as_root:
if os.name == "nt":
import ctypes

if not ctypes.windll.shell32.IsUserAnAdmin():
raise PermissionError
else:
Expand Down

0 comments on commit 9841443

Please sign in to comment.