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 f4ece88 commit 2b4f213Copy full SHA for 2b4f213
src/torchcodec/decoders/_core/ops.py
@@ -45,7 +45,7 @@ def load_torchcodec_extension():
45
_get_extension_path(pybind_ops_library_name),
46
)
47
if spec is None:
48
- raise ImportError(f"Unable to load spec for pybind_ops {_get_extension_path(pybind_ops_library_name}")
+ raise ImportError(f"Unable to load spec for pybind_ops {_get_extension_path(pybind_ops_library_name)}")
49
50
global _pybind_ops
51
_pybind_ops = importlib.util.module_from_spec(spec)
0 commit comments