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:
Brenden Hyde 2022-12-12 20:35:50 +00:00
Родитель 80d2579592
Коммит 783229b421
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -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"]