fefef
This commit is contained in:
@@ -58,7 +58,8 @@ 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):
|
||||
|
||||
Reference in New Issue
Block a user