From 2af692ee9b15f9a05a0ed40506f21cc4e286a7c5 Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Tue, 15 Jan 2008 23:51:22 +0000 Subject: [PATCH] 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. --- gaworkflow/automation/spoolwatcher.py | 1 + 1 file changed, 1 insertion(+) 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): -- 2.30.2