From 1829354c77bdb468776d01020455a804dda4a146 Mon Sep 17 00:00:00 2001 From: Christian Herdtweck Date: Thu, 18 Jan 2018 10:44:06 +0100 Subject: [PATCH] unittest: unset debug flag --- tests/ooxml/test_zip_sub_file.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ooxml/test_zip_sub_file.py b/tests/ooxml/test_zip_sub_file.py index 44220b0..ac49fb5 100644 --- a/tests/ooxml/test_zip_sub_file.py +++ b/tests/ooxml/test_zip_sub_file.py @@ -13,7 +13,7 @@ from oletools.ooxml import ZipSubFile # flag to get more output to facilitate search for errors -DEBUG = True +DEBUG = False # name of a temporary .zip file on the system ZIP_TEMP_FILE = '' -- libgit2 0.21.4