From a80c0759619d0f14999a1b38b840f6bca2499880 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 6 Mar 2024 14:49:48 +0000 Subject: [PATCH] Apply Black formatting --- release/pyinstaller/cli_hook.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/release/pyinstaller/cli_hook.py b/release/pyinstaller/cli_hook.py index 0fe0906b0..4b8d8e76c 100644 --- a/release/pyinstaller/cli_hook.py +++ b/release/pyinstaller/cli_hook.py @@ -10,8 +10,9 @@ # [36481] Failed to execute script 'cli_hook' due to unhandled exception! if sys.argv[1] == "-sS" & sys.argv[2] == "-c": import platform + print(platform.mac_ver()[0]) - sys.exit(0) + sys.exit(0) multiprocessing.freeze_support() - cli.run() \ No newline at end of file + cli.run()