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 c9289c0 commit bc4067bCopy full SHA for bc4067b
tests/baselines/plugin_module/otio_mockplugin/__init__.py
@@ -21,7 +21,7 @@
21
22
def plugin_manifest():
23
filepath = (
24
- resources.files(__package__)
+ resources.files(__package__)
25
/ "unusually_named_plugin_manifest.json"
26
)
27
0 commit comments