Debug prints in Windows inotify emulation.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2016-04-11 19:24:05 +01:00 committed by Brian Warner
parent e845f7ff65
commit 874b4cf343

View File

@ -268,8 +268,10 @@ class INotify(PollMixin):
if self._check_stop(): return
for info in fni:
print info
path = self._path.preauthChild(info.filename) # FilePath with Unicode path
if info.action == FILE_ACTION_MODIFIED and path.isdir():
print "Filtering out %r" % (info,)
continue
#mask = _action_to_inotify_mask.get(info.action, IN_CHANGED)