Commit 1829354c77bdb468776d01020455a804dda4a146

Authored by Christian Herdtweck
1 parent 98ba8c91

unittest: unset debug flag

Forgot to set this back to False after testing
tests/ooxml/test_zip_sub_file.py
... ... @@ -13,7 +13,7 @@ from oletools.ooxml import ZipSubFile
13 13  
14 14  
15 15 # flag to get more output to facilitate search for errors
16   -DEBUG = True
  16 +DEBUG = False
17 17  
18 18 # name of a temporary .zip file on the system
19 19 ZIP_TEMP_FILE = ''
... ...