We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1847a6d + bf8307f commit dd97e70Copy full SHA for dd97e70
python/ql/test/extractor-tests/flags/Flags.ql
@@ -2,7 +2,7 @@ import python
2
3
from string k, string v
4
where
5
- not k.matches("options.%") and
+ k.matches("options.%") and
6
not k.matches("options.verbos%") and
7
py_flags_versioned(k, v, _)
8
select k, v
0 commit comments