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

Commit9b9de11

Browse files
committed
Fix the formatting
Now that the changes to lint.yml are fixed up, tested, and shownto be capable of revealing formatting errors, the formatting errorI was using for testing (which is from9fa1cee where I hadintroduced it inadvertently) can be fixed.
1 parenta872d9c commit9b9de11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎test/test_git.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def tearDown(self):
4343
def_assert_logged_for_popen(self,log_watcher,name,value):
4444
re_name=re.escape(name)
4545
re_value=re.escape(str(value))
46-
re_line=re.compile(fr"DEBUG:git.cmd:Popen\(.*\b{re_name}={re_value}[,)]")
46+
re_line=re.compile(rf"DEBUG:git.cmd:Popen\(.*\b{re_name}={re_value}[,)]")
4747
match_attempts= [re_line.match(message)formessageinlog_watcher.output]
4848
self.assertTrue(any(match_attempts),repr(log_watcher.output))
4949

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp