diff --git a/plugin_installer/utils.py b/plugin_installer/utils.py index ea88aa4..7bf7d4d 100644 --- a/plugin_installer/utils.py +++ b/plugin_installer/utils.py @@ -110,7 +110,7 @@ class PluginInfo: if not manifest_path.exists(): return None try: - return V(PluginInfo.from_path(manifest_path).version) + return PluginInfo.from_path(manifest_path).version except Exception as error: log.warning(error) return None