JetBrains-Research / paddle

Young and dynamic build system for Python
MIT License
20 stars 6 forks source link

Relative file paths don't work #30

Closed SmirnovOleg closed 1 year ago

SmirnovOleg commented 1 year ago

Even when a path to some file is specified from the content root/project root, Python interpreter says "no such file or directory" when runs as a Paddle Run Task. When the script/module is launched from the console manually, everything works. Absolute path works fine. Needs further investigation.