mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 21:17:54 +00:00
WIP: temporarily work around the AccessDenied errors after a test failure.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
parent
afc7ab43a1
commit
0abe5baaf2
@ -263,8 +263,9 @@ class INotify(PollMixin):
|
||||
try:
|
||||
fni.read_changes(self._hDirectory, self._recursive, self._filter)
|
||||
except WindowsError as e:
|
||||
if self._check_stop(): return
|
||||
print "ignoring WindowsError: %s" % (e,)
|
||||
self._state = STOPPING
|
||||
|
||||
if self._check_stop(): return
|
||||
for info in fni:
|
||||
path = self._path.preauthChild(info.filename) # FilePath with Unicode path
|
||||
|
Loading…
Reference in New Issue
Block a user