Loading cloudcontrol/server/clients/cli.py +1 −1 Original line number Diff line number Diff line Loading @@ -319,7 +319,7 @@ class CliHandler(RegisteredCCHandler): :param query: the tql query to select objects. """ objects = self.client.list(query, show=('r', 'p', 'h'), method='shell') objects = self.client.list(query, show=('r', 'p', 'h'), method='title') if not objects: raise NotImplementedError('No objects matched by query') elif len(objects) != 1: Loading Loading
cloudcontrol/server/clients/cli.py +1 −1 Original line number Diff line number Diff line Loading @@ -319,7 +319,7 @@ class CliHandler(RegisteredCCHandler): :param query: the tql query to select objects. """ objects = self.client.list(query, show=('r', 'p', 'h'), method='shell') objects = self.client.list(query, show=('r', 'p', 'h'), method='title') if not objects: raise NotImplementedError('No objects matched by query') elif len(objects) != 1: Loading