diff --git a/src/test/common.ts b/src/test/common.ts index 00de8fd3f4a6..4d666eda3fd3 100644 --- a/src/test/common.ts +++ b/src/test/common.ts @@ -284,7 +284,7 @@ export function correctPathForOsType(pathToCorrect: string, os?: OSType): string return pathToCorrect.replace(replacePathSepRegex, pathSep); } - +// a /** * Get the current Python interpreter version. *