Fix GLOBAL_LOG_FILE not being set by config

This commit is contained in:
Stephen Seo 2023-11-21 11:38:39 +09:00
parent 9ac2a1e934
commit 130789dba8
1 changed files with 1 additions and 1 deletions

View File

@ -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"]