Fix typo in remove_aspect
authorMoritz Kiefer <moritz.kiefer@gmail.com>
Sun, 3 Feb 2013 11:29:41 +0000 (12:29 +0100)
committerMoritz Kiefer <moritz.kiefer@gmail.com>
Sun, 3 Feb 2013 11:29:41 +0000 (12:29 +0100)
diaspy/client.py

index 70af42ffcf189d34fcf2e2fe2146a7e3734297c5..fb47ac0f5e98d07652b14c7fc70157d9ddc65499 100644 (file)
@@ -243,7 +243,7 @@ class Client:
         data = {'authenticity_token': self.get_token()}
 
         r = self.session.delete(self.pod + '/aspects/' + aspect_id,
-                              data=data}
+                                data=data )
 
         if r.status_code != 404:
             raise Exception('wrong status code: ' + str(r.status_code))