inotify: fix logic when processing inotify events
commit172904850b066871e32a958d410ffdfe0f4819a9
authorDavid Aguilar <davvid@gmail.com>
Thu, 19 Dec 2013 01:09:50 +0000 (18 17:09 -0800)
committerDavid Aguilar <davvid@gmail.com>
Thu, 19 Dec 2013 01:09:50 +0000 (18 17:09 -0800)
tree12a6d520381cef15d02de1e64be713f473b602d8
parent0e3aa4a32931deb15d268649b6c08fc8c195266a
inotify: fix logic when processing inotify events

The conditional in process_default() ensures that `event.name` is not
None and is a not a zero-length string but the check was flipped.

Signed-off-by: David Aguilar <davvid@gmail.com>
cola/inotify.py