Absence of folder 'tmp'
Madeleine-Eyraud opened this issue · comments
Madeleine-Eyraud commented
Describe the bug
When running an example file for the first time, the transitions don't save to tmp/output.csv because the tmp folder doesn't exist by default.
To Reproduce
Steps to reproduce the behavior:
- Download all the files and folders from the github repository
- Run an example python file (I did run 'api_gula_and_pride_example.py')
- See error
Expected behavior
Get the final message : 'Saving transitions to csv... Saved to tmp/output.csv' (I got it after creating a 'tmp' folder).
Suggestion
In the example files, add a verification that the tmp folder exists, and if not then create it.