1
0
Fork 0
mirror of synced 2025-07-04 20:37:34 +02:00

Remove print from libmat, and use the logging module instead

This should close #28
This commit is contained in:
jvoisin 2018-07-10 21:30:38 +02:00
parent d5861e4653
commit 5a7c7f35f7
4 changed files with 9 additions and 4 deletions

View file

@ -195,7 +195,6 @@ class TestDeepCleaning(unittest.TestCase):
inside_p, _ = parser_factory.get_parser(complete_path)
if inside_p is None:
continue
print('[+] %s is clean inside %s' %(complete_path, p.filename))
self.assertEqual(inside_p.get_meta(), {})
shutil.rmtree(tempdir)