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 5aefedf commit c8b5c29Copy full SHA for c8b5c29
src/py-opentimelineio/opentimelineio/adapters/otioz.py
@@ -48,7 +48,7 @@ def read_from_file(
48
49
if not os.path.exists(extract_to_directory):
50
raise exceptions.OTIOError(
51
- f"Directory '{extract_to_directory()}' does not exist, cannot"
+ f"Directory '{extract_to_directory}' does not exist, cannot"
52
f" unpack otioz there."
53
)
54
0 commit comments