insndb/core: fix Record ppc field
authorDmitry Selyutin <ghostmansd@gmail.com>
Sat, 10 Jun 2023 18:25:29 +0000 (21:25 +0300)
committerDmitry Selyutin <ghostmansd@gmail.com>
Sat, 10 Jun 2023 18:25:29 +0000 (21:25 +0300)
src/openpower/insndb/core.py

index 4f4213287f882b7a5b1990ba64c9bb3109547c1d..70e9c16cf62a58faf48e44c9646cae9edfd77024 100644 (file)
@@ -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