[plugin_installer] Fix auto update
This commit is contained in:
@@ -110,7 +110,7 @@ class PluginInfo:
|
|||||||
if not manifest_path.exists():
|
if not manifest_path.exists():
|
||||||
return None
|
return None
|
||||||
try:
|
try:
|
||||||
return V(PluginInfo.from_path(manifest_path).version)
|
return PluginInfo.from_path(manifest_path).version
|
||||||
except Exception as error:
|
except Exception as error:
|
||||||
log.warning(error)
|
log.warning(error)
|
||||||
return None
|
return None
|
||||||
|
|||||||
Reference in New Issue
Block a user