summaryrefslogtreecommitdiff
path: root/swiftclient/shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'swiftclient/shell.py')
-rwxr-xr-xswiftclient/shell.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/swiftclient/shell.py b/swiftclient/shell.py
index f2388fc..f0b0fdd 100755
--- a/swiftclient/shell.py
+++ b/swiftclient/shell.py
@@ -112,8 +112,8 @@ def st_delete(parser, args, output_manager):
if '/' in container:
output_manager.error(
'WARNING: / in container name; you '
- "might have meant '%s' instead of '%s'." % (
- container.replace('/', ' ', 1), container)
+ "might have meant '%s' instead of '%s'." %
+ (container.replace('/', ' ', 1), container)
)
return
objects = args[1:]
@@ -279,8 +279,8 @@ def st_download(parser, args, output_manager):
if '/' in container:
output_manager.error(
'WARNING: / in container name; you '
- "might have meant '%s' instead of '%s'." % (
- container.replace('/', ' ', 1), container)
+ "might have meant '%s' instead of '%s'." %
+ (container.replace('/', ' ', 1), container)
)
return
objects = args[1:]