зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1804922 - Remove unnecessary self.error causing passing tests to fail. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D164481
This commit is contained in:
Родитель
80d2579592
Коммит
783229b421
|
@ -1451,9 +1451,6 @@ items from that key's value."
|
|||
if build_platform is not None:
|
||||
build_platform = build_platform.lower()
|
||||
else:
|
||||
err = "The MOZ_ARTIFACT_PLATFORM env var is not set.\n"
|
||||
err += "That means this build was not modified by the artifact transform. Exiting."
|
||||
self.error(err)
|
||||
return
|
||||
try:
|
||||
upload_dir = os.environ["UPLOAD_DIR"]
|
||||
|
|
Загрузка…
Ссылка в новой задаче