mirror of
https://github.com/github/codeql.git
synced 2026-07-02 10:05:31 +02:00
6 lines
146 B
Plaintext
6 lines
146 B
Plaintext
import python
|
|
|
|
from File f, string relative
|
|
where if exists(f.getRelativePath()) then relative = "relative" else relative = ""
|
|
select f, relative
|