ajust install package

This commit is contained in:
2026-02-08 17:18:23 +08:00
parent 6eb6ff6425
commit c83e4755e9
5 changed files with 88 additions and 2 deletions

View File

@@ -58,8 +58,7 @@ class RunGuard:
self.usepickle = True
v = os.getenv('GUARD_RLIMIT_OFILE')
if v:
self.ofile = int(v)
if v: self.ofile = int(v)
self.ldpreload = os.getenv('GUARD_LD_PRELOAD')
def execute(self):