summaryrefslogtreecommitdiff
path: root/swiftclient/shell.py
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2019-06-25 15:25:53 -0700
committerTim Burke <tim.burke@gmail.com>2019-06-27 21:43:46 -0700
commit3b21157a844be5b71fba2216486c3ef412e7ae1a (patch)
treeba2467ba8103eae174daec5ed2be8e6c50adf619 /swiftclient/shell.py
parent113eacf3b80f61d366b3e95b558b40f82ff728a4 (diff)
downloadpython-swiftclient-3b21157a844be5b71fba2216486c3ef412e7ae1a.tar.gz
Clean up warnings from newer flake8
Change-Id: I18a6327b3acdd4db5ae80097080c043f7c20c353
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>]