]> git-server-git.apps.pok.os.sepia.ceph.com Git - radosgw-agent.git/commitdiff
client: fix spacing
authorJosh Durgin <josh.durgin@inktank.com>
Tue, 10 Sep 2013 00:14:32 +0000 (17:14 -0700)
committerJosh Durgin <josh.durgin@inktank.com>
Tue, 10 Sep 2013 00:14:32 +0000 (17:14 -0700)
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
radosgw_agent/client.py

index f6d25a294ee2a293d6dae4eee4230520020c4e10..e8c85588b399db044646825843640669b33b776b 100644 (file)
@@ -93,13 +93,13 @@ def get_metadata_sections(connection):
     return request(connection, 'get', '/admin/metadata')
 
 def list_metadata_keys(connection, section):
-    return request(connection, 'get', '/admin/metadata/' + section) 
+    return request(connection, 'get', '/admin/metadata/' + section)
 
 def list_ops_for_client(connection, client_id, op_id):
     return request(connection, 'get', '/admin/opstate/',
                    params={
-                      'client_id':client_id,
-                      'op_id':op_id,
+                      'client_id': client_id,
+                      'op_id': op_id,
                       }
                    )