Separated out customizer.json from params.json
This commit is contained in:
@@ -32,6 +32,7 @@ export const runCQ = async ({
|
|||||||
`--getparams true`,
|
`--getparams true`,
|
||||||
`--infile /tmp/${tempFile}/main.py`,
|
`--infile /tmp/${tempFile}/main.py`,
|
||||||
`--outfile ${customizerPath}`,
|
`--outfile ${customizerPath}`,
|
||||||
|
`--rawparamsoutfile /tmp/${tempFile}/params.json`
|
||||||
].join(' ')
|
].join(' ')
|
||||||
console.log('command', mainCommand)
|
console.log('command', mainCommand)
|
||||||
let consoleMessage = ''
|
let consoleMessage = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user