Bug 1750693 - Update string paths to Pathlib objects in Mozversioncontrol module r=firefox-build-system-reviewers,mhentges

Differential Revision: https://phabricator.services.mozilla.com/D136301
This commit is contained in:
ahochheiden
2022-01-31 15:26:17 +00:00
parent 1bbc1f0978
commit f7baa21a2e
3 changed files with 83 additions and 73 deletions

View File

@@ -18,8 +18,6 @@ from mach.decorators import CommandArgument, Command
from manifestparser import TestManifest
from manifestparser import filters as mpf
here = os.path.abspath(os.path.dirname(__file__))
@Command("python", category="devenv", description="Run Python.")
@CommandArgument(