You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If prosToMinted.py is not run from the project's root directory, then it will cause issues with finding header and source files.
To Reproduce
Steps to reproduce the behavior:
Go to scripts/
run python3
See error
Expected behavior
The script should correctly execute from anywhere in the project directory.
Desktop (please complete the following information):
OS: Windows 10
Python 3.7.9
Additional information
Short Term Solution 🚧: always run the script from the root directory
Long Term Solution 🛠: implement python package pathlib for os specific paths & implement absolute paths. See More
The text was updated successfully, but these errors were encountered:
Describe the bug
If
prosToMinted.py
is not run from the project's root directory, then it will cause issues with finding header and source files.To Reproduce
Steps to reproduce the behavior:
scripts/
python3
Expected behavior
The script should correctly execute from anywhere in the project directory.
Desktop (please complete the following information):
Additional information
Short Term Solution
🚧
: always run the script from the root directoryLong Term Solution
🛠
: implement python packagepathlib
for os specific paths & implement absolute paths. See MoreThe text was updated successfully, but these errors were encountered: