From a48b391fce126964b3990e54a1c2a68bcb2622a9 Mon Sep 17 00:00:00 2001 From: Danny Al-Gaaf Date: Sat, 27 Jul 2013 11:32:34 +0200 Subject: [PATCH] ceph_rest_api.py: fix bad indentation Signed-off-by: Danny Al-Gaaf --- src/pybind/ceph_rest_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/ceph_rest_api.py b/src/pybind/ceph_rest_api.py index 9e53eba05fd17..59e3f60a3a731 100755 --- a/src/pybind/ceph_rest_api.py +++ b/src/pybind/ceph_rest_api.py @@ -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/ is a weird case; the URL includes what # would everywhere else be a parameter -- 2.39.5