We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b977e2 commit 6d78943Copy full SHA for 6d78943
1 file changed
src/librer.py
@@ -6308,12 +6308,15 @@ def update_records_stats(self):
6308
folder_items_add=folder_items.add
6309
6310
def system_wrapper(self,command):
6311
+ import os
6312
env = environ.copy()
6313
6314
orig = env.pop("LD_LIBRARY_PATH_ORIG", None)
6315
if orig is not None:
6316
+ l_info(f'{LD_LIBRARY_PATH_ORIG=}')
6317
env["LD_LIBRARY_PATH"] = orig
6318
else:
6319
+ l_info(f'NO LD_LIBRARY_PATH_ORIG')
6320
env.pop("LD_LIBRARY_PATH", None)
6321
6322
env.pop("LD_PRELOAD", None)
0 commit comments