From 046b7ed96f0cb0cb5baab40c2d3f9f22e7bb4cfe Mon Sep 17 00:00:00 2001 From: Dmitry Selyutin Date: Sat, 10 Jun 2023 21:25:29 +0300 Subject: [PATCH] insndb/core: fix Record ppc field --- src/openpower/insndb/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openpower/insndb/core.py b/src/openpower/insndb/core.py index 4f421328..70e9c16c 100644 --- a/src/openpower/insndb/core.py +++ b/src/openpower/insndb/core.py @@ -937,7 +937,7 @@ class MarkdownRecord(Dataclass): class Record(Dataclass): name: str section: Section - ppc: PPCRecord + ppc: PPCMultiRecord fields: Fields mdwn: MarkdownRecord svp64: SVP64Record = None -- 2.30.2