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 2349ea0 commit 86d0755Copy full SHA for 86d0755
skywalking/plugins/__init__.py
@@ -58,7 +58,7 @@ def install():
58
logger.debug('installing plugin %s', modname)
59
if sys.version_info < (3, 12):
60
plugin = importer.find_module(modname).load_module(modname)
61
- else:
+ else:
62
plugin = importlib.util.module_from_spec(importer.find_spec(modname))
63
64
# todo: refactor the version checker, currently it doesn't really work as intended
0 commit comments