Update wrapper to Kuzu v0.11.0.
This commit is contained in:
parent
0f58c5e565
commit
4f441cdbe4
11 changed files with 1370 additions and 95 deletions
|
|
@ -22,7 +22,7 @@ import kuzu
|
|||
const DB = "imdb"
|
||||
const DOT = "imdb-results.dot"
|
||||
|
||||
if not DB.dirExists:
|
||||
if not DB.fileExists:
|
||||
echo """Cowardly refusing to run without an imdb database.
|
||||
(see: imdb_import in this directory.)"""
|
||||
quit 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue