flint / Lurker

Resource Tracking
http://lurker.rtfd.org
MIT License
179 stars 24 forks source link

Fix warnings and exceptions that could be thrown in some race conditions #6

Closed romainneutron closed 11 years ago

romainneutron commented 11 years ago

When running Lurker on huge directories, and removing all files while lurker is processing, some warnings may occur due to some filemtime calls on removed file, an UnexpectedValueException may be thrown

This fix solves the Fatal "Unhandled exception" and the warnings.