Python: Remove use of deprecated predicate.

This commit is contained in:
Max Schaefer
2019-12-17 07:36:11 +00:00
parent bccdf59631
commit bf30f9cdd2

View File

@@ -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()
)
}