mirror of
https://github.com/SELinuxProject/setools
synced 2025-04-01 22:58:12 +00:00
ConstraintQuery: Fix PEP8 issue.
Whitespace change.
This commit is contained in:
parent
9314b2024b
commit
f3b86a77b9
@ -122,7 +122,7 @@ class ConstraintQuery(MatchObjClass, MatchPermission, PolicyQuery):
|
||||
if not self._match_perms(c):
|
||||
continue
|
||||
except ConstraintUseError:
|
||||
continue
|
||||
continue
|
||||
|
||||
if self.role and not self._match_expr(
|
||||
c.expression.roles,
|
||||
|
Loading…
Reference in New Issue
Block a user