file_bundle_utils assumes paths are relative to the running process CWD #1783
Labels
good first issue
If you're looking for a way to contribute, but not sure where to start. This is a good first issue.
needs discussion
Milestone
The file bundle adapters convert relative paths in the OTIO files here:
OpenTimelineIO/src/py-opentimelineio/opentimelineio/adapters/file_bundle_utils.py
Line 132 in 5dff8be
This uses the process CWD as the root directory. It might make more sense to make paths relative to the .otio file location. Alternatively, we could disallow relative paths in file bundles entirely.
The text was updated successfully, but these errors were encountered: