minor fixes and changes

This commit is contained in:
The MMGen Project 2022-10-20 18:14:14 +00:00
commit c3dbd720c6
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
9 changed files with 31 additions and 25 deletions

View file

@ -107,7 +107,7 @@ def exec_wrapper_tracemalloc_log():
s = sum(stat.size for stat in stats) / 1024,
w = col1w ))
exec_wrapper_init() # sets sys.path[0]
exec_wrapper_init() # sets sys.path[0], runs overlay_setup()
exec_wrapper_tstart = time.time()
exec_wrapper_tracemalloc_setup()