8000 agh, it's confusing that the check returns OK and makes no indication… · python-trio/flake8-async@077cd64 · GitHub
[go: up one dir, main page]

Skip to content

Commit 077cd64

Browse files
committed
agh, it's confusing that the check returns OK and makes no indication that files have been changed. Not the first time that causes me to push bad code
1 parent 17abc8a commit 077cd64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/trio103_104.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def foo(var):
4545
except BaseException: # error
4646
return # error
4747

48-
if True: # for code coverage
48+
if True: # for code coverage
4949
return
5050

5151
try:

0 commit comments

Comments
 (0)
0