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