Skip to content

Commit

Permalink
comment unzip
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcO Seers authored and MarcO Seers committed Jun 27, 2019
1 parent 17506f8 commit 9288b23
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions bin/compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

import requests
import zipfile

import datadog
import database_config
import telegraf
Expand Down Expand Up @@ -265,11 +264,11 @@ def run_mx_build():
else:
os.unlink(path)

zf = zipfile.ZipFile("/tmp/model.mda")
try:
zf.extractall(BUILD_DIR)
finally:
zf.close()
# zf = zipfile.ZipFile("/tmp/model.mda")
# try:
# zf.extractall(BUILD_DIR)
# finally:
# zf.close()

try:
with open(os.path.join(BUILD_DIR, ".sourcepush"), "w") as f:
Expand Down

0 comments on commit 9288b23

Please sign in to comment.