Fix GLOBAL_LOG_FILE not being set by config
This commit is contained in:
parent
9ac2a1e934
commit
130789dba8
1 changed files with 1 additions and 1 deletions
|
@ -1907,7 +1907,7 @@ def main():
|
||||||
|
|
||||||
pkg_state = {}
|
pkg_state = {}
|
||||||
other_state = {}
|
other_state = {}
|
||||||
global PKG_STATE, OTHER_STATE
|
global PKG_STATE, OTHER_STATE, GLOBAL_LOG_FILE
|
||||||
PKG_STATE = pkg_state
|
PKG_STATE = pkg_state
|
||||||
OTHER_STATE = other_state
|
OTHER_STATE = other_state
|
||||||
other_state["USER"] = os.environ["USER"]
|
other_state["USER"] = os.environ["USER"]
|
||||||
|
|
Loading…
Reference in a new issue