Commit 8634f43f authored by Fred Drake's avatar Fred Drake

we need to actually call configure_logging(), before the PathInit

constructor (potentially) changes the directory
parent f3323e1d
......@@ -603,6 +603,8 @@ def main(module_filter, test_filter, libdir):
if not keepStaleBytecode:
os.path.walk(os.curdir, remove_stale_bytecode, None)
configure_logging()
# Initialize the path and cwd
global pathinit
pathinit = PathInit(build, build_inplace, libdir)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment