From c721e898c4fac75c4c2f22dac8de9423ab5ee747 Mon Sep 17 00:00:00 2001 From: smshine Date: Sun, 8 Feb 2026 17:20:23 +0800 Subject: [PATCH] fefef --- scripts/run-guard.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/run-guard.py b/scripts/run-guard.py index b1a2ed4..33af69a 100755 --- a/scripts/run-guard.py +++ b/scripts/run-guard.py @@ -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):