Fix pep8 error
authorStavros Sachtouris <saxtouri@admin.grnet.gr>
Tue, 19 Feb 2013 14:17:34 +0000 (16:17 +0200)
committerStavros Sachtouris <saxtouri@admin.grnet.gr>
Tue, 19 Feb 2013 14:17:34 +0000 (16:17 +0200)
kamaki/cli/commands/pithos_cli.py

index cab9eff..29859c4 100644 (file)
@@ -1123,8 +1123,8 @@ class store_download(_store_container_command):
                     yield (f, rpath)
             else:
                 raiseCLIError(
-                'Local file %s already exist' % local_path,
-                details=['Try --resume to overwrite it'])
+                    'Local file %s already exist' % local_path,
+                    details=['Try --resume to overwrite it'])
         else:
             if len(remotes) > 1 or remotes[0][1]:
                 raiseCLIError(