Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c6deabd

Browse files
smowtonigfoo
authored andcommitted
Update path to Java dbscheme
This changed when the Java tree was restructured for packaging
1 parent f29a45e commit c6deabd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/kotlin-extractor/generate_dbscheme.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
def upperFirst(string):
77
return string[0].upper() + string[1:]
88

9-
with open('../ql/src/config/semmlecode.dbscheme', 'r') as f:
9+
with open('../ql/lib/config/semmlecode.dbscheme', 'r') as f:
1010
dbscheme = f.read()
1111

1212
# Remove comments

0 commit comments

Comments
 (0)