Separated out customizer.json from params.json

This commit is contained in:
Jeremy Wright
2021-10-12 23:17:18 -04:00
parent 89f4f7ed05
commit 3ad14576b5

View File

@@ -32,6 +32,7 @@ export const runCQ = async ({
`--getparams true`,
`--infile /tmp/${tempFile}/main.py`,
`--outfile ${customizerPath}`,
`--rawparamsoutfile /tmp/${tempFile}/params.json`
].join(' ')
console.log('command', mainCommand)
let consoleMessage = ''