We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b99b733 commit 027e384Copy full SHA for 027e384
.gitignore
@@ -12,3 +12,4 @@ Pipfile*
12
test/.env
13
.tmp*
14
MANIFEST
15
+venv
linodecli/plugins/obj.py
@@ -345,8 +345,7 @@ def _do_multipart_upload(
345
time.sleep(retry_delay)
346
continue
347
raise
348
- else:
349
- break
+ break
350
except Exception:
351
print("Upload failed! Cleaning up!")
352
upload.cancel_upload()
pyproject.toml
@@ -0,0 +1,3 @@
1
+[build-system]
2
+requires = ["setuptools"]
3
+build-backend = "setuptools.build_meta"
0 commit comments