summaryrefslogtreecommitdiff
path: root/swiftclient/shell.py
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-06-28 08:13:46 +0000
committerGerrit Code Review <review@openstack.org>2019-06-28 08:13:46 +0000
commit4b3e33b3c28892616d42cf3f1497dd8db63c783b (patch)
tree35e3421bf56bc0bf46f9d006f192382c88ccf9da /swiftclient/shell.py
parent9021a58c240e156f54ffafdc4609868f348d3ebc (diff)
parent3b21157a844be5b71fba2216486c3ef412e7ae1a (diff)
downloadpython-swiftclient-4b3e33b3c28892616d42cf3f1497dd8db63c783b.tar.gz
Merge "Clean up warnings from newer flake8"
Diffstat (limited to 'swiftclient/shell.py')
-rwxr-xr-xswiftclient/shell.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/swiftclient/shell.py b/swiftclient/shell.py
index 9ea5e95..0459533 100755
--- a/swiftclient/shell.py
+++ b/swiftclient/shell.py
@@ -58,6 +58,7 @@ def immediate_exit(signum, frame):
stderr.write(" Aborted\n")
os_exit(2)
+
st_delete_options = '''[--all] [--leave-segments]
[--object-threads <threads>]
[--container-threads <threads>]