summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-12-20 10:01:19 -0600
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-12-20 10:01:19 -0600
commitd50d6a4625967113afbd50c658cfc89547c06ffc (patch)
treef2947db8df0e98f2b4d318f17f2dede2c7162001 /tools
parentd651dd0a9b41a03ec3effcbb5ca6b22585398030 (diff)
downloadbcfg2-d50d6a4625967113afbd50c658cfc89547c06ffc.tar.gz
bcfg2-d50d6a4625967113afbd50c658cfc89547c06ffc.tar.bz2
bcfg2-d50d6a4625967113afbd50c658cfc89547c06ffc.zip
fixed return values from no-op methods in bcfg2_local.py
Diffstat (limited to 'tools')
-rwxr-xr-xtools/bcfg2_local.py4
1 files 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