mirror of
https://github.com/github/codeql.git
synced 2026-05-02 04:05:14 +02:00
fixup a Python query, it didn't select something with a location
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
| Local Variable a | Variable a is not used |
|
||||
| Local Variable b | Variable b is not used |
|
||||
| Local Variable c | Variable c is not used |
|
||||
| Local Variable var | Variable var is not used |
|
||||
| Local Variable x | Variable x is not used |
|
||||
| variables_test.py:29:5:29:5 | x | Variable x is not used |
|
||||
| variables_test.py:89:5:89:5 | a | Variable a is not used |
|
||||
| variables_test.py:89:7:89:7 | b | Variable b is not used |
|
||||
| variables_test.py:89:9:89:9 | c | Variable c is not used |
|
||||
| variables_test.py:95:5:95:7 | var | Variable var is not used |
|
||||
|
||||
@@ -1 +1 @@
|
||||
| Local Variable test | Variable test is not used |
|
||||
| variables_test.py:32:9:32:12 | test | Variable test is not used |
|
||||
|
||||
Reference in New Issue
Block a user