зеркало из https://github.com/mozilla/gecko-dev.git
176cad3876
This fixes an issue when running "mach taskgraph" with the --root parameter from the commandline. We use this regularly when working on Thunderbird task configuration. The initial list of kind names is read with os.listdir(), which returns non-unicode strings when given a non-unicode string. As a result, some tasks fail to validate because there's a non-unicode string where a unicode string is expected. Differential Revision: https://phabricator.services.mozilla.com/D60775 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
ci | ||
docker | ||
docs | ||
scripts | ||
taskgraph | ||
.yamllint | ||
mach_commands.py | ||
moz.build |