From bfb96b7dde84408a243b82c72c2e3248124a9acf Mon Sep 17 00:00:00 2001 From: STEINNI Date: Tue, 10 Mar 2026 21:16:45 +0000 Subject: [PATCH] graflow: fixing path --- graflow_examples/flows/testFlow1.1.json | 2 +- graflow_examples/flows/testFlowEic.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/graflow_examples/flows/testFlow1.1.json b/graflow_examples/flows/testFlow1.1.json index 6402f35..aed02c3 100644 --- a/graflow_examples/flows/testFlow1.1.json +++ b/graflow_examples/flows/testFlow1.1.json @@ -8,7 +8,7 @@ }, { "nodeType": "inc", "subflow": { - "url": "/buildoz/graflow_examples/flows/testFlowEic.json", + "url": "./flows/testFlowEic.json", "portLinks": [ { "refNodeType": "refnodein", "refnodePort": "out1", "parentPort": "in1", diff --git a/graflow_examples/flows/testFlowEic.json b/graflow_examples/flows/testFlowEic.json index 67ee07a..4b680e1 100644 --- a/graflow_examples/flows/testFlowEic.json +++ b/graflow_examples/flows/testFlowEic.json @@ -29,7 +29,7 @@ }, "data": { "a": "a3", "b":"b3"}, "subflow": { - "url": "/buildoz/graflow_examples/flows/testFlowICMP.json", + "url": "./flows/testFlowICMP.json", "portLinks": [ { "refNodeType": "refnodein", "refnodePort": "out1", "parentPort": "in1",