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