Commit be777fe
authored
Fix bug w/ url_utils.filepath_from_url + rel paths with a single "/" (#1862)
* Fix bug w/ url_utils.filepath_from_url + rel paths
* Relative paths with one "/" and not two "/" were triggering a
traceback - ie "./blah" but not "./blah/blah".
* remove whitespace
---------
Co-authored-by: ssteinbach <[email protected]>1 parent d6fff83 commit be777fe
File tree
2 files changed
+13
-1
lines changed- src/py-opentimelineio/opentimelineio
- tests
2 files changed
+13
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
81 | 85 | | |
82 | 86 | | |
83 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
82 | 90 | | |
83 | 91 | | |
84 | 92 | | |
0 commit comments