Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
Merging from default
Browse files Browse the repository at this point in the history
changeset:   3896:b693ae365bfa
tag:         tip
parent:      3894:f443fb123c72
user:        Rail Aliiev <rail@mozilla.com>
date:        Mon Apr 20 06:23:01 2015 -0400
summary:     Bug 1146426 - Add support for funsize in desktop_l10n.py. r=mgerva

--HG--
branch : production
  • Loading branch information
gerva committed Apr 20, 2015
2 parents 28a7c8b + f81eb35 commit 44a0fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/desktop_l10n.py
Original file line number Diff line number Diff line change
Expand Up @@ -1286,7 +1286,7 @@ def funsize_props(self):
'platform': self.config['platform'],
}
self.info('funsize info: %s' % funsize_info)
self.set_buildbot_property('funsize_info', funsize_info,
self.set_buildbot_property('funsize_info', json.dumps(funsize_info),
write_to_file=True)

# main {{{
Expand Down

0 comments on commit 44a0fb0

Please sign in to comment.