Add deflator "Unable to generate unwrapper for {schema}" message
This commit is contained in:
@@ -257,6 +257,7 @@ class SchemaDeflatorGenerator:
|
|||||||
recurcive_types |= arg_rec
|
recurcive_types |= arg_rec
|
||||||
ret_unw = UnionUnwrapping(union_unwraps)
|
ret_unw = UnionUnwrapping(union_unwraps)
|
||||||
else:
|
else:
|
||||||
|
print(f'Unable to generate unwrapper for {schema} -- origin {origin} is not supported')
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
else:
|
else:
|
||||||
if schema is int:
|
if schema is int:
|
||||||
|
|||||||
Reference in New Issue
Block a user