summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/swift4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/swift b/bin/swift
index 954d5e5..507ebcb 100755
--- a/bin/swift
+++ b/bin/swift
@@ -230,8 +230,8 @@ def st_delete(parser, args, thread_manager):
thread_manager.error('Account not found')
elif len(args) == 1:
if '/' in args[0]:
- print >> stderr, 'WARNING: / in container name; you '
- 'might have meant %r instead of %r.' % (
+ print >> stderr, 'WARNING: / in container name; you ' \
+ 'might have meant %r instead of %r.' % (
args[0].replace('/', ' ', 1), args[0])
container_queue.put(args[0])
else: