Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Rog3rSm1th/Frelatage
Browse files Browse the repository at this point in the history
  • Loading branch information
Rog3rSm1th committed Apr 8, 2022
2 parents 75dee73 + 63c64b3 commit 96a2bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frelatage/tracer/tracer.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def trace(self, function: Callable, arguments: list) -> Result:

# Initialize the tracer
self.tracer = trace.Trace(
ignoredirs=[sys.prefix, sys.exec_prefix],
ignoredirs=[],
trace=0,
count=1
)
Expand Down

0 comments on commit 96a2bdc

Please sign in to comment.