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

Commitbf8ce94

Browse files
committed
Fix flake8 error
1 parentf1b8d0c commitbf8ce94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎git/test/test_git.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def test_persistent_options(self):
172172

173173
# reset to empty:
174174
self.git.set_persistent_git_options()
175-
self.assertRaises(GitCommandError,self.git.NoOp)
175+
self.assertRaises(GitCommandError,self.git.NoOp)
176176

177177
deftest_single_char_git_options_are_passed_to_git(self):
178178
input_value='TestValue'

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp