Loading ccserver/ccserver.py +3 −3 Original line number Diff line number Diff line Loading @@ -283,13 +283,13 @@ class CCServer(object): if ast is not None: objects, _ = ast.eval(objects, objects) if pure: return objects ids = [x['id'] for x in objects] objects = self.objects.some(ids, to_show) if pure: return objects objects_dicts = [] for obj in objects: Loading Loading
ccserver/ccserver.py +3 −3 Original line number Diff line number Diff line Loading @@ -283,13 +283,13 @@ class CCServer(object): if ast is not None: objects, _ = ast.eval(objects, objects) if pure: return objects ids = [x['id'] for x in objects] objects = self.objects.some(ids, to_show) if pure: return objects objects_dicts = [] for obj in objects: Loading