aurae-runtime / aurae

Distributed systems runtime daemon written in Rust.
https://aurae.io
Apache License 2.0
1.84k stars 91 forks source link

example scripts are location sensitive #359

Open dmah42 opened 1 year ago

dmah42 commented 1 year ago

I tried organising the example scripts into subfolders (and updating the relative import paths) but they fail with a "file not found" error.

needs investigation.

future-highway commented 1 year ago

Is this due the import paths?

dmah42 commented 1 year ago

i updated those.. so i moved the script into a subfolder, changed the relative import from ../ to ../../ and still got "file not found".

however, i also had other issues so it's possible this is a red herring.