From: Diane Trout Date: Tue, 15 Jan 2008 23:51:22 +0000 (+0000) Subject: Oops, forgot to provide a null body to my the stub of WatcherEvent. X-Git-Tag: 0.1.0~8 X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=2af692ee9b15f9a05a0ed40506f21cc4e286a7c5 Oops, forgot to provide a null body to my the stub of WatcherEvent. 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. --- diff --git a/gaworkflow/automation/spoolwatcher.py b/gaworkflow/automation/spoolwatcher.py index 1be91c8..308ea3e 100644 --- a/gaworkflow/automation/spoolwatcher.py +++ b/gaworkflow/automation/spoolwatcher.py @@ -20,6 +20,7 @@ class WatcherEvents(object): # this should be per runfolder. # read the xml files def __init__(self): + pass class Handler(pyinotify.ProcessEvent):