Loading ccserver/ccserver.py +1 −1 Original line number Diff line number Diff line Loading @@ -232,7 +232,7 @@ class CCServer(object): continue if tql is not None and right['tql']: objects_right = self.list(right['tql'], pure=True) if objects <= objects_right: if set(objects) <= set(objects_right): return right['target'] == 'allow' else: return right['target'] == 'allow' Loading Loading
ccserver/ccserver.py +1 −1 Original line number Diff line number Diff line Loading @@ -232,7 +232,7 @@ class CCServer(object): continue if tql is not None and right['tql']: objects_right = self.list(right['tql'], pure=True) if objects <= objects_right: if set(objects) <= set(objects_right): return right['target'] == 'allow' else: return right['target'] == 'allow' Loading