Skip to content

Commit 19ee330

Browse files
committed
scriptcheck
1 parent 3861d0b commit 19ee330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cli/other_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1081,7 +1081,7 @@ def test_markup_j(tmpdir):
10811081
lines.remove('{}/4 files checked 0% done'.format(i))
10821082
else:
10831083
lines.remove('{}/4 files checked {}% done'.format(i, i * 25))
1084-
except ValueError as e:
1084+
except ValueError:
10851085
assert False, f'failed {i}'
10861086

10871087
assert sorted(lines) == [

0 commit comments

Comments
 (0)