Skip to content

Commit

Permalink
Latest release: 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhard-42 committed Oct 21, 2024
1 parent 553dff3 commit 8ec795c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ export class OCPCADController {
"autohideTerminal"
];
setTimeout(() => {
pythonBackendTerminal.sendText(`'${python}' '${this.getBackendPath()}' --port ${this.port}`);
pythonBackendTerminal.sendText(`"${python}" "${this.getBackendPath()}" --port ${this.port}`);
if (autohide) {
pythonBackendTerminal.hide();
}
Expand Down

0 comments on commit 8ec795c

Please sign in to comment.