cc-4105: fixed moving watched directory
This commit is contained in:
parent
166a724d9d
commit
7db4573d10
5 changed files with 37 additions and 11 deletions
|
@ -107,6 +107,8 @@ class WatchSyncer(ReportHandler,Loggable):
|
|||
tc.start()
|
||||
super(WatchSyncer, self).__init__(signal=signal)
|
||||
|
||||
# TODO : get rid of this useless property. WatchSyncer is now uncoupled
|
||||
# from any particular watch directory
|
||||
@property
|
||||
def target_path(self): return self.path
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue