Update path to Java dbscheme

This changed when the Java tree was restructured for packaging
This commit is contained in:
Chris Smowton
2021-08-26 14:58:08 +01:00
committed by Ian Lynagh
parent f29a45ea98
commit c6deabd6a3

View File

@@ -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