Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: mozharness/mozilla/l10n/multi_locale_build.py

Issue 29552607: Issue 5375 - ABB Widget has Google as default search engine instead of Duck Duck Go (Closed)
Patch Set: Created Sept. 22, 2017, 11:11 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mozharness/abb/transform_locales.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mozharness/mozilla/l10n/multi_locale_build.py
===================================================================
--- a/mozharness/mozilla/l10n/multi_locale_build.py
+++ b/mozharness/mozilla/l10n/multi_locale_build.py
@@ -246,13 +246,13 @@ class MultiLocaleBuild(LocalesMixin, Mer
"""Stub wrapper function that allows us to call scratchbox in
MaemoMultiLocaleBuild.
"""
return self.run_command(**kwargs)
def abb_transform_locales(self):
dirs = self.query_abs_dirs()
- abb_transform_locales(dirs['abs_objdir'], self)
+ abb_transform_locales(dirs['abs_mozilla_dir'], dirs['abs_objdir'], self)
# __main__ {{{1
if __name__ == '__main__':
pass
« no previous file with comments | « mozharness/abb/transform_locales.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld