We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8091fe commit 9df885aCopy full SHA for 9df885a
Lib/test/libregrtest/parallel_case.py
@@ -58,7 +58,7 @@ def run(self, result=None):
58
result.addSuccess(self)
59
60
# Note: We can't call result.addError, result.addFailure, etc. because
61
- # we no longer the original exception, just the string format.
+ # we no longer have the original exception, just the string format.
62
for r in results:
63
if len(r.errors) > 0 or len(r.failures) > 0:
64
result._mirrorOutput = True
0 commit comments