cc-4105: refactored a few routines, added more comments
This commit is contained in:
parent
b3fea71916
commit
6214ac961d
6 changed files with 30 additions and 30 deletions
|
@ -128,7 +128,7 @@ class Manager(Loggable):
|
|||
self.__remove_watch(watch_dir)
|
||||
else:
|
||||
self.logger.info("'%s' is not being watched, hence cannot be removed"
|
||||
% watch_dir)
|
||||
% watch_dir)
|
||||
|
||||
def loop(self):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue