1 parent dc656f1 commit 856ae34Copy full SHA for 856ae34
1 file changed
scripts/adaptive_runtime/runtime_repair.py
@@ -339,11 +339,12 @@ def _materialize_repair(
339
repaired["sha256"] = digest
340
repaired["bytes"] = len(patched)
341
repaired["local_patches"] = list(candidate.get("local_patches") or []) + records
342
+ runtime_profile = "" if profile_name == "adaptive_runtime_recovery" else profile_name
343
repaired["runtime_repair"] = {
344
"parent_key": parent_key,
345
"parent_sha256": parent_digest,
346
"round": round_number,
- "profile": profile_name,
347
+ "profile": runtime_profile,
348
"strategy": profile_name,
349
"revision": revision,
350
}
0 commit comments