summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/lib/bb/ui/knotty.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/knotty.py b/bitbake/lib/bb/ui/knotty.py
index 09a4e0cdcc..df0b85416f 100644
--- a/bitbake/lib/bb/ui/knotty.py
+++ b/bitbake/lib/bb/ui/knotty.py
@@ -271,7 +271,7 @@ def main(server, eventHandler, params, tf = TerminalFilter):
271 server.terminateServer() 271 server.terminateServer()
272 return 272 return
273 273
274 if consolelogfile and not params.options.show_environment: 274 if consolelogfile and not params.options.show_environment and not params.options.show_versions:
275 bb.utils.mkdirhier(os.path.dirname(consolelogfile)) 275 bb.utils.mkdirhier(os.path.dirname(consolelogfile))
276 conlogformat = bb.msg.BBLogFormatter(format_str) 276 conlogformat = bb.msg.BBLogFormatter(format_str)
277 consolelog = logging.FileHandler(consolelogfile) 277 consolelog = logging.FileHandler(consolelogfile)