Skip to content

Commit 5c0d412

Browse files
authored
fix
fiz
1 parent a251d2b commit 5c0d412

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pwnlib/tubes/process.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,8 +481,6 @@ def __preexec_fn(self):
481481
if self.alarm is not None:
482482
signal.alarm(self.alarm)
483483

484-
open("test%d" % os.getpid(), "a").write(f"{self.preexec_fn}, {self.preexec_args}")
485-
486484
self.preexec_fn(*self.preexec_args)
487485

488486
def __on_enoexec(self, exception):

0 commit comments

Comments
 (0)