fix for several issues

This commit is contained in:
Jean-Marie Mineau 2025-06-16 14:59:07 +02:00
parent 17a9fda06c
commit 606c635a91
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
5 changed files with 118 additions and 11 deletions

View file

@ -335,7 +335,7 @@ def collect_runtime(
"cnstr_new_inst_data": [],
"dyn_code_load": [],
"classloaders": {},
"app_info": {},
"app_info": None,
}
try:
env = dict(os.environ)