From 6868f20065ef2e46f295c34f27c0736d54283535 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 2 Apr 2018 17:36:26 +0200 Subject: `parser_factory` now returns the mtype too --- tests/test_libmat2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test_libmat2.py b/tests/test_libmat2.py index 8aa91f0..b52e8ce 100644 --- a/tests/test_libmat2.py +++ b/tests/test_libmat2.py @@ -72,7 +72,7 @@ class TestDeepCleaning(unittest.TestCase): for subdir, dirs, files in os.walk(tempdir): for f in files: complete_path = os.path.join(subdir, f) - inside_p = parser_factory.get_parser(complete_path) + inside_p, _ = parser_factory.get_parser(complete_path) if inside_p is None: continue print('[+] %s is clean inside %s' %(complete_path, p.filename)) -- cgit v1.3