diff --git a/mozilla/tools/buildbotcustom/l10n/scheduler.py b/mozilla/tools/buildbotcustom/l10n/scheduler.py index ab7ad049006..3fc716e38d5 100644 --- a/mozilla/tools/buildbotcustom/l10n/scheduler.py +++ b/mozilla/tools/buildbotcustom/l10n/scheduler.py @@ -47,6 +47,7 @@ class L10nMixin(object): locales = None): self.scheduler = scheduler self.repoType = repoType + self.cvsRoot = cvsRoot # set a default localesURL accordingly to the repoType if none has been set if repoType.find('hg') >= 0: if not localesFile: