summaryrefslogtreecommitdiffstats
path: root/bitbake/bin/bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/bin/bitbake')
-rwxr-xr-xbitbake/bin/bitbake2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake
index 34cfadb986..fdf1e20f84 100755
--- a/bitbake/bin/bitbake
+++ b/bitbake/bin/bitbake
@@ -200,7 +200,7 @@ Default BBFILES are the .bb files in the current directory.""")
200 else: 200 else:
201 try: 201 try:
202 return_value = ui_init(serverConnection.connection, serverConnection.events) 202 return_value = ui_init(serverConnection.connection, serverConnection.events)
203 except Exception, e: 203 except Exception as e:
204 print "FATAL: Unable to start to '%s' UI: %s" % (ui, e) 204 print "FATAL: Unable to start to '%s' UI: %s" % (ui, e)
205 raise 205 raise
206 finally: 206 finally: