summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/lib/bb/ui/depexp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/depexp.py b/bitbake/lib/bb/ui/depexp.py
index 4578dce615..5d13b5b79e 100644
--- a/bitbake/lib/bb/ui/depexp.py
+++ b/bitbake/lib/bb/ui/depexp.py
@@ -198,7 +198,7 @@ def main(server, eventHandler, params):
198 print("Nothing to do. Use 'bitbake world' to build everything, or run 'bitbake --help' for usage information.") 198 print("Nothing to do. Use 'bitbake world' to build everything, or run 'bitbake --help' for usage information.")
199 return 1 199 return 1
200 if 'msg' in cmdline and cmdline['msg']: 200 if 'msg' in cmdline and cmdline['msg']:
201 logger.error(cmdline['msg']) 201 print(cmdline['msg'])
202 return 1 202 return 1
203 cmdline = cmdline['action'] 203 cmdline = cmdline['action']
204 if not cmdline or cmdline[0] != "generateDotGraph": 204 if not cmdline or cmdline[0] != "generateDotGraph":