mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 09:28:04 +08:00
fix: ruff
This commit is contained in:
@ -37,9 +37,9 @@ class PluginService:
|
||||
manifests = {
|
||||
manifest.plugin_id: manifest for manifest in marketplace.batch_fetch_plugin_manifests(plugin_ids)
|
||||
}
|
||||
except Exception as e:
|
||||
except Exception:
|
||||
manifests = {}
|
||||
logger.exception(f"failed to fetch plugin manifests: {e}")
|
||||
logger.exception("failed to fetch plugin manifests")
|
||||
|
||||
for plugin in plugins:
|
||||
if plugin.source == PluginInstallationSource.Marketplace:
|
||||
|
||||
Reference in New Issue
Block a user