Bug 1466222 - fix lint error. r=me.

This commit is contained in:
Justin Wood 2018-06-04 13:20:11 -04:00
parent 42e2dd405e
commit ca91860308

View File

@ -133,7 +133,7 @@ class MobileSingleLocale(LocalesMixin, TooltoolMixin, AutomationMixin,
if self.upload_env:
return self.upload_env
upload_env = self.query_env(partial_env=c.get("upload_env"),
upload_env = self.query_env(partial_env=self.config.get("upload_env"),
replace_dict=self.config)
self.upload_env = upload_env
return self.upload_env