mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-09 04:02:35 +00:00
Merge commit 'adb605ba17936187320cac20bb145d4ee1edb387' into session-v3/ptc-durable-vocabulary
This commit is contained in:
@@ -1227,6 +1227,7 @@ def smoke_sdk_profile_plugin(base_url: str) -> None:
|
||||
if installed.returncode != 0:
|
||||
raise AssertionError(
|
||||
f"Python-installed dsh could not add the external profile plugin: "
|
||||
f"returncode={installed.returncode} (0x{installed.returncode & 0xffffffff:08x}) "
|
||||
f"stdout={installed.stdout!r} stderr={installed.stderr!r}"
|
||||
)
|
||||
manifest = json.loads((dsh_home / "profiles" / "sdk" / "package.json").read_text())
|
||||
|
||||
Reference in New Issue
Block a user