We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fbe971 commit a4324f4Copy full SHA for a4324f4
1 file changed
tests/extractcode/test_extract.py
@@ -1112,7 +1112,7 @@ def test_extract_zipslip_tar_posix(self):
1112
1113
warns = [r.warnings for r in result if r.warnings]
1114
assert [] == warns
1115
-
+
1116
def test_extract_always_returns_a_generator_and_not_a_list(self):
1117
# a test for #1996 to ensure that progress is displayed "progressively"
1118
test_dir = self.get_test_loc('extract/generator', copy=True)
0 commit comments