summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
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",