Oops, forgot to provide a null body to my the stub of WatcherEvent.
[htsworkflow.git] / gaworkflow / automation / spoolwatcher.py
index 1be91c8254a0877c7ee96c7bdc08042919fdc11f..308ea3e07c39ea017443c970d368d67bd4ea57c9 100644 (file)
@@ -20,6 +20,7 @@ class WatcherEvents(object):
     # this should be per runfolder. 
     # read the xml files 
     def __init__(self):
+        pass
         
 
 class Handler(pyinotify.ProcessEvent):