file, not dir

This commit is contained in:
Joseph Montanaro 2021-07-26 21:16:46 -07:00
parent 7caac67689
commit bfd2868b87

View File

@ -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()