Skip to content

Commit ed25455

Browse files
committed
Fix pylint issue
1 parent e00a762 commit ed25455

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/cli/other_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2456,7 +2456,7 @@ def test_outputfile(tmp_path): # #14051
24562456
assert stderr == ''
24572457

24582458
with open(out_file, 'rt') as f:
2459-
out_text = f.read();
2459+
out_text = f.read()
24602460

24612461
assert out_text.splitlines() == out_exp
24622462

0 commit comments

Comments
 (0)