mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
Merge pull request #3552 from RasmusWL/python-fix-filename-example
Approved by tausbn
This commit is contained in:
@@ -8,5 +8,5 @@
|
||||
import python
|
||||
|
||||
from File f
|
||||
where f.getName() = "spam.py"
|
||||
where f.getShortName() = "spam.py"
|
||||
select f
|
||||
|
||||
Reference in New Issue
Block a user