Closed gdemarcq closed 1 year ago
Describe the bug When I save a workflow in the current folder, I have a runtime error (Invalid argument).
To Reproduce
from ikomia.dataprocess.workflow import Workflow # Init your workflow wf = Workflow() # Export your workflow as a JSON file wf.save("test.json")
Expected behavior
I would expect it to work.
Environment:
Additional context If I use the path "./test.json", it works.
from ikomia.dataprocess.workflow import Workflow # Init your workflow wf = Workflow() # Export your workflow as a JSON file wf.save("./test.json")
Completed in Ikomia-dev/IkomiaCore@bb46e0ec16426aa6ffa0c349a5e797aaf87b3ec3
Describe the bug When I save a workflow in the current folder, I have a runtime error (Invalid argument).
To Reproduce
Expected behavior
I would expect it to work.
Environment:
Additional context If I use the path "./test.json", it works.