2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-30 18:50:53 +00:00

PEP fixes

This commit is contained in:
Oliver Walters
2022-05-08 22:53:49 +10:00
parent e78a5dc104
commit aed02f6f0f
4 changed files with 5 additions and 5 deletions

View File

@ -71,7 +71,7 @@ class PluginsRegistry:
if slug not in self.plugins:
logger.warning(f"Plugin registry has no record of plugin '{slug}'")
return None
return self.plugins[slug]
def call_plugin_function(self, slug, func, *args, **kwargs):