chore(agent-runner): restore base marketplace formatting

This commit is contained in:
huanghuoguoguo
2026-06-14 21:35:55 +08:00
parent d04a8dba29
commit 50c68e658c

View File

@@ -465,7 +465,7 @@ class PluginRuntimeConnector(ManagedRuntimeConnector):
download_resp = await client.get(
f'{space_url}/api/v1/marketplace/plugins/download/{plugin_author}/{plugin_name}/{latest_version}'
)
)
if download_resp.status_code != 200:
raise Exception(
f'Failed to download plugin {plugin_author}/{plugin_name}: {download_resp.status_code}'