From 4152126289652104982292308858511197568097 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Fri, 31 May 2024 18:31:09 -0400 Subject: Add CorePlatform to python api for proper subclassing --- python/typearchive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/typearchive.py') diff --git a/python/typearchive.py b/python/typearchive.py index 7b264056..379c7d4c 100644 --- a/python/typearchive.py +++ b/python/typearchive.py @@ -140,7 +140,7 @@ class TypeArchive: """ handle = core.BNGetTypeArchivePlatform(self.handle) assert handle is not None - return platform.Platform(handle=handle) + return platform.CorePlatform._from_cache(handle=handle) @property def current_snapshot_id(self) -> str: -- cgit v1.3.1