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 763546f commit e66a1e5Copy full SHA for e66a1e5
src/py-opentimelineio/opentimelineio/adapters/otioz.py
@@ -27,7 +27,7 @@ def read_from_file(
27
extract_to_directory=None,
28
):
29
options = _otio.bundle.OtiozReadOptions()
30
- if extract_to_directory != None:
+ if extract_to_directory is not None:
31
options.extract_path = extract_to_directory
32
return _otio.bundle.from_otioz(filepath, options)
33
0 commit comments