summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/bb/cooker.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/bb/cooker.py b/lib/bb/cooker.py
index 6096e54b0..ccbb13f77 100644
--- a/lib/bb/cooker.py
+++ b/lib/bb/cooker.py
@@ -827,7 +827,7 @@ class BBCooker:
return False
if retval is True:
return True
- return 0.5
+ return retval
self.server_registration_cb(buildFileIdle, rq)
@@ -868,7 +868,7 @@ class BBCooker:
return False
if retval is True:
return True
- return 0.5
+ return retval
self.buildSetVars()