From d50d6a4625967113afbd50c658cfc89547c06ffc Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Thu, 20 Dec 2012 10:01:19 -0600 Subject: fixed return values from no-op methods in bcfg2_local.py --- tools/bcfg2_local.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/bcfg2_local.py b/tools/bcfg2_local.py index 3ff623505..2b9d39342 100755 --- a/tools/bcfg2_local.py +++ b/tools/bcfg2_local.py @@ -22,10 +22,10 @@ class LocalCore(BaseCore): self.fam.handle_events_in_interval(4) def _daemonize(self): - pass + return True def _run(self): - pass + return True def _block(self): pass -- cgit v1.2.3-1-g7c22