[plugin_installer] Fix auto update

This commit is contained in:
lovetox
2020-05-23 21:11:04 +02:00
parent 1191fe5c1e
commit 99febbd5e2

View File

@@ -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