diff --git a/taskcluster/taskgraph/transforms/l10n.py b/taskcluster/taskgraph/transforms/l10n.py index 56dfd0208dd5..f5eee5d5fc7e 100644 --- a/taskcluster/taskgraph/transforms/l10n.py +++ b/taskcluster/taskgraph/transforms/l10n.py @@ -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]),