From: Stephen Seo Date: Tue, 21 Nov 2023 02:38:39 +0000 (+0900) Subject: Fix GLOBAL_LOG_FILE not being set by config X-Git-Url: https://git.seodisparate.com/tbm-edit-sheep.jpg?a=commitdiff_plain;h=130789dba8720a569fe06c4dfab72f9face4c909;p=AnotherAURHelper Fix GLOBAL_LOG_FILE not being set by config --- diff --git a/update.py b/update.py index a97233f..ccca0f1 100755 --- a/update.py +++ b/update.py @@ -1907,7 +1907,7 @@ def main(): pkg_state = {} other_state = {} - global PKG_STATE, OTHER_STATE + global PKG_STATE, OTHER_STATE, GLOBAL_LOG_FILE PKG_STATE = pkg_state OTHER_STATE = other_state other_state["USER"] = os.environ["USER"]