зеркало из https://github.com/mozilla/FlightDeck.git
* typo fixed
* not raising to provide an answer for the user (due single thread) * removing temporary sdk_dir
This commit is contained in:
Родитель
5f58c24a1b
Коммит
78ee4266f3
|
@ -111,10 +111,11 @@ def build(sdk_dir, package_dir, filename, hashtag, tstart=None, options=None):
|
|||
shutil.copy(xpi_path, xpi_targetpath)
|
||||
except IOError, err:
|
||||
info_write(info_targetpath, 'error',
|
||||
'XPI file is not creater. Possibly a bug in the code',
|
||||
'XPI file is not created. Possibly a bug in the code',
|
||||
hashtag)
|
||||
log.critical("[xpi:%s] Failed to copy xpi.\n%s" % (hashtag, str(err)))
|
||||
raise
|
||||
shutil.rmtree(sdk_dir)
|
||||
return response
|
||||
|
||||
shutil.rmtree(sdk_dir)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче