Commit 1829354c77bdb468776d01020455a804dda4a146
1 parent
98ba8c91
unittest: unset debug flag
Forgot to set this back to False after testing
Showing
1 changed file
with
1 additions
and
1 deletions
tests/ooxml/test_zip_sub_file.py
| @@ -13,7 +13,7 @@ from oletools.ooxml import ZipSubFile | @@ -13,7 +13,7 @@ from oletools.ooxml import ZipSubFile | ||
| 13 | 13 | ||
| 14 | 14 | ||
| 15 | # flag to get more output to facilitate search for errors | 15 | # flag to get more output to facilitate search for errors |
| 16 | -DEBUG = True | 16 | +DEBUG = False |
| 17 | 17 | ||
| 18 | # name of a temporary .zip file on the system | 18 | # name of a temporary .zip file on the system |
| 19 | ZIP_TEMP_FILE = '' | 19 | ZIP_TEMP_FILE = '' |