Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
zardus committed Nov 14, 2024
1 parent e6592d9 commit 55079e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pwnshop/challenge.py
Original file line number Diff line number Diff line change
@@ -306,7 +306,7 @@ def preexec_fn():

redirects = ""
for fd in stdout_fds:
redirects += f" {fd}>&1"
redirects += f" {fd}>&1" #pylint:disable=consider-using-join

for k,v in env.items():
kstr = k.decode('latin1') if type(k) is bytes else k

0 comments on commit 55079e7

Please sign in to comment.