From f3101ad23b5b15b6edb0593b9ac8a80f3319fd95 Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Thu, 8 Feb 2024 13:34:15 -0500 Subject: Revert "Convert some assertions to raise ValueError in NTR creation" This reverts commit bae3056d1bed0331a466ea19dedfca68bc023232. --- python/typeparser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/typeparser.py') diff --git a/python/typeparser.py b/python/typeparser.py index e4a6ef2e..d56f6b59 100644 --- a/python/typeparser.py +++ b/python/typeparser.py @@ -481,7 +481,7 @@ class TypeParser(metaclass=_TypeParserMetaclass): :param source: Source code to parse :param platform: Platform to assume the types are relevant to :param existing_types: Optional map of all existing types to use for parsing context - :return: A tuple of (result, errors) where result is a tuple of (name, type) or + :return: A tuple of (result, errors) where result is a tuple of (type, name) or None of there was a fatal error. """ raise NotImplementedError("Not implemented") -- cgit v1.3.1