From 8503aabefe17a393dc3a7e3a252fa5c9a68bb97b Mon Sep 17 00:00:00 2001 From: Ross Scroggs Date: Wed, 19 Feb 2025 19:07:03 -0800 Subject: [PATCH] Enabled support for Limited Access --- src/gam/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gam/__init__.py b/src/gam/__init__.py index b74bfedd..9c6b1f01 100755 --- a/src/gam/__init__.py +++ b/src/gam/__init__.py @@ -9842,7 +9842,7 @@ def MultiprocessGAMCommands(items, showCmds): if GM.Globals[GM.MULTIPROCESS_EXIT_CONDITION] is not None and checkChildProcessRC(result[1]): GM.Globals[GM.MULTIPROCESS_EXIT_PROCESSING] = True - def signal_handler(_, _): + def signal_handler(*_): nonlocal controlC controlC = True