summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/bb/runqueue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py
index 0752411aac..d0a23da73c 100644
--- a/bitbake/lib/bb/runqueue.py
+++ b/bitbake/lib/bb/runqueue.py
@@ -851,7 +851,7 @@ class RunQueue:
851 return False 851 return False
852 852
853 if self.state is runQueueChildProcess: 853 if self.state is runQueueChildProcess:
854 print("Child process") 854 print("Child process, eeek, shouldn't happen!")
855 return False 855 return False
856 856
857 # Loop 857 # Loop