Loading cloudcontrol/common/tql/db/db.py +2 −2 Original line number Diff line number Diff line Loading @@ -118,8 +118,8 @@ class TqlResponse(object): def __and__(self, other): response = TqlResponse(self._requestor) for obj in other: if obj in self: for obj in self: if obj in other: obj = obj.copy() obj.show |= self[obj.id].show response.add(obj) Loading Loading
cloudcontrol/common/tql/db/db.py +2 −2 Original line number Diff line number Diff line Loading @@ -118,8 +118,8 @@ class TqlResponse(object): def __and__(self, other): response = TqlResponse(self._requestor) for obj in other: if obj in self: for obj in self: if obj in other: obj = obj.copy() obj.show |= self[obj.id].show response.add(obj) Loading