fix error
This commit is contained in:
parent
e748debd2f
commit
1287625107
3 changed files with 6 additions and 10 deletions
|
@ -24,7 +24,7 @@ export class ExecInstanceScenario extends CallbackStrategyWithIdQuery {
|
|||
console.log(JSON.stringify(document)),
|
||||
new ExecProcessUseCase().call(
|
||||
document.instancePath,
|
||||
`python3 $GET_INTERFACES --path ${document.instancePath} --package ${JSON.stringify(document)}`,
|
||||
`python3 $GET_INTERFACES --path ${document.instancePath} --package '${JSON.stringify(document)}'`,
|
||||
"",
|
||||
new ExecInstanceTwinsProcessService(document.instancePath, document)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue