diff --git a/frontend/src/components/EditorSidebar/index.jsx b/frontend/src/components/EditorSidebar/index.jsx index 1716d855b..5479765b3 100644 --- a/frontend/src/components/EditorSidebar/index.jsx +++ b/frontend/src/components/EditorSidebar/index.jsx @@ -87,7 +87,8 @@ const EditorSidebar = () => { description: '', triggerOnline: false, workerGroup: '', - commands: [{ command: `python -c 'print("Node ${pythonUUID}")'` }], + // eslint-disable-next-line no-template-curly-in-string + commands: [{ command: 'python3 ${{nodedirectory}}dp-entrypoint.py' }], }, eventType: 'pythonNode', },