Skip to content

Commit a4324f4

Browse files
committed
Update option description and remove unnecessary space
Signed-off-by: Ravi <jravi248@gmail.com>
1 parent 9fbe971 commit a4324f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/extractcode/test_extract.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1112,7 +1112,7 @@ def test_extract_zipslip_tar_posix(self):
11121112

11131113
warns = [r.warnings for r in result if r.warnings]
11141114
assert [] == warns
1115-
1115+
11161116
def test_extract_always_returns_a_generator_and_not_a_list(self):
11171117
# a test for #1996 to ensure that progress is displayed "progressively"
11181118
test_dir = self.get_test_loc('extract/generator', copy=True)

0 commit comments

Comments
 (0)