mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Python: Remove use of deprecated predicate.
This commit is contained in:
@@ -21,7 +21,7 @@ abstract class XMLLocatable extends @xmllocatable {
|
||||
) {
|
||||
exists(File f, Location l | l = this.getLocation() |
|
||||
locations_default(l, f, startline, startcolumn, endline, endcolumn) and
|
||||
filepath = f.getName()
|
||||
filepath = f.getAbsolutePath()
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user