Bug 1434365: Remove unused by-platform option for L10N config-paths; r=Callek

Differential Revision: https://phabricator.services.mozilla.com/D513

--HG--
extra : rebase_source : 3c4345c3442f74d4f86fc2d801c251d93f8b6045
This commit is contained in:
Tom Prince 2018-01-30 11:51:23 -07:00
parent 6b745cb132
commit d8968f156b

View File

@ -67,7 +67,7 @@ l10n_description_schema = Schema({
# Additional paths to look for mozharness configs in. These should be
# relative to the base of the source checkout
Optional('config-paths'): _by_platform([basestring]),
Optional('config-paths'): [basestring],
# Options to pass to the mozharness script
Required('options'): _by_platform([basestring]),