summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authortmartins <thigm85@gmail.com>2020-09-01 12:30:20 +0200
committertmartins <thigm85@gmail.com>2020-09-01 12:30:20 +0200
commitd33cf55e6c8914c066052b45a2e082725723e47c (patch)
tree7c32d66126c062f200d0d95ee4a6535d67118b35 /python
parent3e57fb7f186a4f82faa50d36c1e68a783d684410 (diff)
do not write zip file to disk
Diffstat (limited to 'python')
-rw-r--r--python/vespa/vespa/package.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/python/vespa/vespa/package.py b/python/vespa/vespa/package.py
index 00439b89459..e78a9e3ccd9 100644
--- a/python/vespa/vespa/package.py
+++ b/python/vespa/vespa/package.py
@@ -662,8 +662,6 @@ class VespaCloud(object):
self._write_private_key_and_cert(
self.data_key, self.data_certificate, disk_folder
)
- with open(os.path.join(disk_folder, "application.zip"), "wb") as zipfile:
- zipfile.write(application_zip_bytes.getvalue())
response = self._request(
"POST",