mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Python: Fix flags test
In 25cb52aa52 I accidentally introduced an extra `not` where none existed before. Whoops!
This commit is contained in:
@@ -2,7 +2,7 @@ import python
|
||||
|
||||
from string k, string v
|
||||
where
|
||||
not k.matches("options.%") and
|
||||
k.matches("options.%") and
|
||||
not k.matches("options.verbos%") and
|
||||
py_flags_versioned(k, v, _)
|
||||
select k, v
|
||||
|
||||
Reference in New Issue
Block a user