cc-4105: fixed moving watched directory

This commit is contained in:
Rudi Grinberg 2012-08-07 12:06:14 -04:00
parent 166a724d9d
commit 7db4573d10
5 changed files with 37 additions and 11 deletions

View file

@ -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