Skip to content

Commit b458217

Browse files
authored
Merge pull request #1 from github/update-dbscheme-path
Update path to Java dbscheme
2 parents 4e916e5 + c026684 commit b458217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)