Skip to content
Snippets Groups Projects
Unverified Commit f19dbc4d authored by Rhys Arkins's avatar Rhys Arkins Committed by GitHub
Browse files

test: pix python paths with spaces (#4574)

parent e67523e1
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ export async function extractSetupFile(
): Promise<PythonSetup> {
const cwd = config.localDir;
let cmd: string;
const args = [join(__dirname, 'extract.py'), packageFile];
const args = [`"${join(__dirname, 'extract.py')}"`, `"${packageFile}"`];
// istanbul ignore if
if (config.binarySource === 'docker') {
logger.info('Running python via docker');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment