mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-13 05:43:03 +00:00
YES RECURSIVE PLEASE
This commit is contained in:
parent
101c3cf1c5
commit
156257bcd8
@ -1153,7 +1153,7 @@ class Uploader(QueueMixin):
|
||||
| IN_EXCL_UNLINK
|
||||
)
|
||||
self._notifier.watch(self._local_filepath, mask=self.mask, callbacks=[self._notify],
|
||||
recursive=False)#True)
|
||||
recursive=True)
|
||||
|
||||
def start_monitoring(self):
|
||||
action = START_MONITORING(**self._log_fields)
|
||||
|
Loading…
x
Reference in New Issue
Block a user