mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 02:57:38 +00:00
3ebd048437
On Windows, paths provided to FileFinder may contain backslashes, which will cause uses of `mozpath.match` later on to fail when they try to compare mixed-path values. To avoid this, normalize those paths on receipt. (Also, silence a lint by pulling the global `args` variable into a function, so that it is no longer occluded by the various function parameters named `args`.) Differential Revision: https://phabricator.services.mozilla.com/D194448 |
||
---|---|---|
.. | ||
mozlint | ||
test | ||
.ruff.toml | ||
setup.py |