TODO: returns nothing on success
authorGiorgos Korfiatis <gkorf@grnet.gr>
Wed, 28 Aug 2013 09:30:39 +0000 (12:30 +0300)
committerGiorgos Korfiatis <gkorf@grnet.gr>
Wed, 28 Aug 2013 09:30:39 +0000 (12:30 +0300)
kamaki/cli/commands/snf-astakos.py

index b02986b..58cd8d9 100644 (file)
@@ -774,6 +774,7 @@ class _membership_action(_astakos_init, _optional_json):
         self._print(
             self.client.membership_action(
                 self.token, memb_id, self.action, quote_a_reason),
+            ### this is not a dict
             print_dict)
 
     def main(self, membership_id, quote_a_reason=''):