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 31fd955 commit 2528d11Copy full SHA for 2528d11
git/test/lib/helper.py
@@ -94,8 +94,8 @@ def wrapper(self):
94
try:
95
return func(self, path)
96
except Exception:
97
- log.info.write("Test %s.%s failed, output is at %r\n",
98
- type(self).__name__, func.__name__, path)
+ log.info("Test %s.%s failed, output is at %r\n",
+ type(self).__name__, func.__name__, path)
99
keep = True
100
raise
101
finally:
0 commit comments