Skip to content

Commit

Permalink
strace
Browse files Browse the repository at this point in the history
  • Loading branch information
zardus committed Dec 2, 2024
1 parent 97126d6 commit 50936b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pwnshop/challenge.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ def style(self, src):

@contextlib.contextmanager
def run_challenge(self, argv=None, **kwargs):
kwargs.pop("strace", None)
if not self.source:
self.render()

Expand Down

0 comments on commit 50936b2

Please sign in to comment.