cc-4105: added wrapper around pyinotify. added some stubs and todos
This commit is contained in:
parent
493f93c425
commit
f044cd91e3
7 changed files with 119 additions and 6 deletions
|
@ -94,6 +94,7 @@ for watch_dir in sdb.list_directories():
|
|||
|
||||
# The stor directory is the first directory in the watched directories list
|
||||
org = Organizer(channel=channels['org'],target_path=channels['watch'][0].path)
|
||||
# TODO : this is wrong
|
||||
watches = [ WatchSyncer(channel=pc) for pc in channels['watch'] ]
|
||||
problem_files = ProblemFileHandler(channel=channels['badfile'])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue