]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph_rest_api.py: fix bad indentation
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Sat, 27 Jul 2013 09:32:34 +0000 (11:32 +0200)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Sat, 27 Jul 2013 09:32:34 +0000 (11:32 +0200)
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/pybind/ceph_rest_api.py

index 9e53eba05fd17ddeaf94ad60230bbd0654ffe721..59e3f60a3a731375cadd266cd6c02ecb5f404763 100755 (executable)
@@ -219,7 +219,7 @@ def generate_url_and_params(app, sig, flavor):
              desc.req and \
              not str(desc.instance).startswith('--') and \
              not params:
-                url += '/' + str(desc.instance)
+            url += '/' + str(desc.instance)
         else:
             # tell/<target> is a weird case; the URL includes what
             # would everywhere else be a parameter