зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1739422: Avoid NameError on Android app install failure; r=agi
Differential Revision: https://phabricator.services.mozilla.com/D130374
This commit is contained in:
Родитель
669baaaf3d
Коммит
fe9ca439c9
|
@ -426,8 +426,7 @@ class AndroidMixin(object):
|
|||
|
||||
if not app_installed:
|
||||
self.fatal(
|
||||
"INFRA-ERROR: %s Failed to install %s"
|
||||
% (type(e).__name__, os.path.basename(app_path)),
|
||||
"INFRA-ERROR: Failed to install %s" % os.path.basename(app_path),
|
||||
EXIT_STATUS_DICT[TBPL_RETRY],
|
||||
)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче