dstl / baleen

Entity Extraction Text Processor
Apache License 2.0
147 stars 40 forks source link

Add fix for folders being added to a watched folder #32

Closed stuarthendren closed 7 years ago

stuarthendren commented 7 years ago

In FolderReader, if a folder is added to a watched folder it is incorrectly marked as a file.

Tests and a fix have been added to correct the behaviour. If a folder is added then the folder is registered and watched, if recursive is set to true, and otherwise it is ignored.