Skip to content
Snippets Groups Projects
Commit 6d19a209 authored by Julien (jvoisin) Voisin's avatar Julien (jvoisin) Voisin
Browse files

Remove an unused variable

parent 12489bb6
No related branches found
No related tags found
No related merge requests found
......@@ -196,7 +196,7 @@ class TestCorruptedFiles(unittest.TestCase):
def test_png_lightweight(self):
shutil.copy('./tests/data/dirty.torrent', './tests/data/clean.png')
with self.assertRaises(ValueError):
p = images.PNGParser('./tests/data/clean.png')
images.PNGParser('./tests/data/clean.png')
os.remove('./tests/data/clean.png')
def test_avi(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment