Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Lang] Fix a bug on PosixPath (taichi-dev#7860)
When calling `ti gallery,` the `_exec_python_file` function in `_main.py` simply passes a `pathlib.PosixPath` object to the command. This may cause problems on Windows platforms. This PR fixes this issue by forcing using the absolute string path.
- Loading branch information