fix error

This commit is contained in:
IDONTSUDO 2024-08-21 16:57:28 +03:00
parent e748debd2f
commit 1287625107
3 changed files with 6 additions and 10 deletions

View file

@ -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)
)