Skip to content

Commit

Permalink
Fix (revert) comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanconn committed Aug 18, 2023
1 parent 4535ad1 commit 173da0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testr/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def testr(*args, **kwargs):
kwargs.setdefault(kwarg, True)

# test() function looks up the calling stack to find the calling package name.
# It will be three levels up including the stdout_wrapper test_wrapper function.
# It will be two levels up.
kwargs['stack_level'] = 2

return test(*args, **kwargs)
Expand Down

0 comments on commit 173da0f

Please sign in to comment.