Skip to content

Commit 5345ef8

Browse files
committed
feat: Add Go-based runner for ZeuZ Python Node with automatic setup and UV integration.
1 parent 4ab5e47 commit 5345ef8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Apps/node_runner/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ func getZeuZPostfix() string {
143143

144144
// setupZeuzNode downloads and extracts the ZeuZ Node repository if not already present
145145
func setupZeuzNode() error {
146-
zeuzDir := fmt.Sprintf("Zeuz_Python_Node-%s", getZeuZPostfix())
146+
zeuzDir := fmt.Sprintf("Zeuz_Node-%s", getZeuZPostfix())
147147
// Check if ZeuZ Node directory already exists and contains files
148148
if info, err := os.Stat(zeuzDir); err == nil && info.IsDir() {
149149
// Check if directory is not empty

0 commit comments

Comments
 (0)