Remove print
from libmat, and use the logging
module instead
This should close #28
This commit is contained in:
parent
d5861e4653
commit
5a7c7f35f7
4 changed files with 9 additions and 4 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue