Skip to content

Commit dd97e70

Browse files
authored
Merge pull request #16233 from github/tausbn/python-fix-flags-test
2 parents 1847a6d + bf8307f commit dd97e70

File tree

1 file changed

+1
-1
lines changed
  • python/ql/test/extractor-tests/flags

1 file changed

+1
-1
lines changed

python/ql/test/extractor-tests/flags/Flags.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import python
22

33
from string k, string v
44
where
5-
not k.matches("options.%") and
5+
k.matches("options.%") and
66
not k.matches("options.verbos%") and
77
py_flags_versioned(k, v, _)
88
select k, v

0 commit comments

Comments
 (0)