Merge pull request #3552 from RasmusWL/python-fix-filename-example

Approved by tausbn
This commit is contained in:
semmle-qlci
2020-05-25 14:17:05 +01:00
committed by GitHub

View File

@@ -8,5 +8,5 @@
import python
from File f
where f.getName() = "spam.py"
where f.getShortName() = "spam.py"
select f