We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d3d215 commit 5aefedfCopy full SHA for 5aefedf
src/py-opentimelineio/opentimelineio/adapters/otioz.py
@@ -49,7 +49,7 @@ def read_from_file(
49
if not os.path.exists(extract_to_directory):
50
raise exceptions.OTIOError(
51
f"Directory '{extract_to_directory()}' does not exist, cannot"
52
- " unpack otioz there."
+ f" unpack otioz there."
53
)
54
55
if os.path.exists(output_media_directory):
0 commit comments