dataplane-app/dataplane

Python relative imports inside graph node don't work

saul-data opened this issue · 1 comments

Due to the folder naming convention inside a node, the relative imports cannot be found. The nanoid id inside nodes should not be attached. There is a check on the front end for unique folder names and for this to work, there should be a unique folder name check on the back end.

image