Oops, forgot to provide a null body to my the stub of WatcherEvent.
authorDiane Trout <diane@caltech.edu>
Tue, 15 Jan 2008 23:51:22 +0000 (23:51 +0000)
committerDiane Trout <diane@caltech.edu>
Tue, 15 Jan 2008 23:51:22 +0000 (23:51 +0000)
Roughly I'm trying to keep a way of scheduling different types
of events at speficfied times in the future.

I think it needs to be some kind of queue, that the event loop
scans for events whose time has come.

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):