Skip to content

Commit 6d78943

Browse files
author
xy
committed
info on LD_LIBRARY_PATH_ORIG
1 parent 8b977e2 commit 6d78943

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/librer.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6308,12 +6308,15 @@ def update_records_stats(self):
63086308
folder_items_add=folder_items.add
63096309

63106310
def system_wrapper(self,command):
6311+
import os
63116312
env = environ.copy()
63126313

63136314
orig = env.pop("LD_LIBRARY_PATH_ORIG", None)
63146315
if orig is not None:
6316+
l_info(f'{LD_LIBRARY_PATH_ORIG=}')
63156317
env["LD_LIBRARY_PATH"] = orig
63166318
else:
6319+
l_info(f'NO LD_LIBRARY_PATH_ORIG')
63176320
env.pop("LD_LIBRARY_PATH", None)
63186321

63196322
env.pop("LD_PRELOAD", None)

0 commit comments

Comments
 (0)