summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--igor.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/igor.py b/igor.py
index 89d4a496..a4fd8ab5 100644
--- a/igor.py
+++ b/igor.py
@@ -47,6 +47,7 @@ def do_zip_mods(args):
"""Build the zipmods.zip file."""
zf = zipfile.ZipFile("test/zipmods.zip", "w")
zf.write("test/covmodzip1.py", "covmodzip1.py")
+ zf.close()
def do_check_eol(args):
"""Check files for incorrect newlines and trailing whitespace."""