Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
colesbury committed Dec 17, 2024
1 parent e8091fe commit 9df885a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/libregrtest/parallel_case.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def run(self, result=None):
result.addSuccess(self)

# Note: We can't call result.addError, result.addFailure, etc. because
# we no longer the original exception, just the string format.
# we no longer have the original exception, just the string format.
for r in results:
if len(r.errors) > 0 or len(r.failures) > 0:
result._mirrorOutput = True
Expand Down

0 comments on commit 9df885a

Please sign in to comment.