Loading ccserver/clients/cli.py +0 −1 Original line number Diff line number Diff line Loading @@ -234,7 +234,6 @@ class CliHandler(RegisteredCCHandler): errs = Reporter() with self.conf: for obj in objects: print obj if 'a' not in obj: errs.error(obj['id'], 'not an account') continue Loading Loading
ccserver/clients/cli.py +0 −1 Original line number Diff line number Diff line Loading @@ -234,7 +234,6 @@ class CliHandler(RegisteredCCHandler): errs = Reporter() with self.conf: for obj in objects: print obj if 'a' not in obj: errs.error(obj['id'], 'not an account') continue Loading