mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-24 15:16:41 +00:00
Debug prints in Windows inotify emulation.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
parent
e845f7ff65
commit
874b4cf343
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user