From 1abbb32ccb8747c8d30b8fcde6a0e2898816fc69 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 6 Jan 2014 12:10:10 +0000 Subject: Nested archives are not supported by the GUI --- test/libtest.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test') diff --git a/test/libtest.py b/test/libtest.py index a9ef383..e0c2f57 100644 --- a/test/libtest.py +++ b/test/libtest.py @@ -132,8 +132,7 @@ class TestArchiveProcessing(test.MATTest): def test_get_unsupported(self): tarpath = os.path.join(self.tmpdir, "test.tar.bz2") tar = tarfile.open(tarpath, "w") - for clean,dirty in self.file_list[:4]: # we don't test thoses - tar.add(dirty) + for clean,_ in self.file_list[:4]: # we don't test thoses tar.add(clean) for f in ('../mat.desktop', '../README.security', '../setup.py'): tar.add(f, f[3:]) # trim '../' -- cgit v1.3