mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Update path to Java dbscheme
This changed when the Java tree was restructured for packaging
This commit is contained in:
committed by
Ian Lynagh
parent
f29a45ea98
commit
c6deabd6a3
@@ -6,7 +6,7 @@ import sys
|
||||
def upperFirst(string):
|
||||
return string[0].upper() + string[1:]
|
||||
|
||||
with open('../ql/src/config/semmlecode.dbscheme', 'r') as f:
|
||||
with open('../ql/lib/config/semmlecode.dbscheme', 'r') as f:
|
||||
dbscheme = f.read()
|
||||
|
||||
# Remove comments
|
||||
|
||||
Reference in New Issue
Block a user