file, not dir
This commit is contained in:
@ -34,5 +34,5 @@ task(dictionary, "Generate dictionary from BNC XML files"):
|
|||||||
|
|
||||||
|
|
||||||
before(build):
|
before(build):
|
||||||
if not dirExists("src/dictionary.txt"):
|
if not fileExists("src/dictionary.txt"):
|
||||||
dictionaryTask()
|
dictionaryTask()
|
||||||
|
Reference in New Issue
Block a user