serial reconstruction
This commit is contained in:
@@ -904,6 +904,10 @@ def _metadata_comments(ins: JsonObject) -> list[str]:
|
||||
if isinstance(event, dict) and event.get("comment"):
|
||||
comments.append(str(event["comment"]))
|
||||
|
||||
for item in ins.get("serial_reconstruction", []):
|
||||
if isinstance(item, dict) and item.get("comment"):
|
||||
comments.append(str(item["comment"]))
|
||||
|
||||
board_profile = ins.get("board_profile")
|
||||
if isinstance(board_profile, dict) and board_profile.get("comment"):
|
||||
comments.append(str(board_profile["comment"]))
|
||||
|
||||
Reference in New Issue
Block a user