Skip to content

Commit 5aefedf

Browse files
committed
Fix typo raising error.
Signed-off-by: Peter Targett <petert@filmlight.ltd.uk>
1 parent 5d3d215 commit 5aefedf

File tree

1 file changed

+1
-1
lines changed
  • src/py-opentimelineio/opentimelineio/adapters

1 file changed

+1
-1
lines changed

src/py-opentimelineio/opentimelineio/adapters/otioz.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def read_from_file(
4949
if not os.path.exists(extract_to_directory):
5050
raise exceptions.OTIOError(
5151
f"Directory '{extract_to_directory()}' does not exist, cannot"
52-
" unpack otioz there."
52+
f" unpack otioz there."
5353
)
5454

5555
if os.path.exists(output_media_directory):

0 commit comments

Comments
 (0)