We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6ad864 commit 75b8d5eCopy full SHA for 75b8d5e
src/py-opentimelineio/opentimelineio/url_utils.py
@@ -76,7 +76,6 @@ def filepath_from_url(urlstr):
76
elif pathlib.PureWindowsPath(filepath.parts[0]).drive:
77
filepath = pathlib.PurePosixPath(filepath.drive, *filepath.parts[1:])
78
79
-
80
# If the specified index is a windows drive, then offset the path
81
elif (
82
# relative paths may not have a parts[1]
0 commit comments