mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02:00
Move serverConnection.terminate() back into the finally
(Bitbake rev: 58e1b0a5dbd0f1ca137ad7ed1bd7ad9975a20fb7) Signed-off-by: Chris Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
2f0a485bd4
commit
526837e1c1
@@ -206,8 +206,9 @@ Default BBFILES are the .bb files in the current directory.""")
|
||||
except Exception, e:
|
||||
print "FATAL: Unable to start to '%s' UI: %s" % (ui, e)
|
||||
raise
|
||||
finally:
|
||||
serverConnection.terminate()
|
||||
|
||||
serverConnection.terminate()
|
||||
return return_value
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user