Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2528d11

Browse files
committed
BF: log.info is a function, just pass msg, no .write!
1 parent31fd955 commit2528d11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎git/test/lib/helper.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ def wrapper(self):
9494
try:
9595
returnfunc(self,path)
9696
exceptException:
97-
log.info.write("Test %s.%s failed, output is at %r\n",
98-
type(self).__name__,func.__name__,path)
97+
log.info("Test %s.%s failed, output is at %r\n",
98+
type(self).__name__,func.__name__,path)
9999
keep=True
100100
raise
101101
finally:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp