forked from loafle/openapi-generator-original
update wording in exception message (python abstract) (#17437)
This commit is contained in:
parent
1ccabeec64
commit
aeb6fcbb8c
@ -1088,7 +1088,7 @@ public abstract class AbstractPythonCodegen extends DefaultCodegen implements Co
|
||||
|| "float".equals(mapNumberTo)) {
|
||||
this.mapNumberTo = mapNumberTo;
|
||||
} else {
|
||||
throw new IllegalArgumentException("mapNumberTo value must be Union[StrictFloat, StrictInt], StrictStr or float");
|
||||
throw new IllegalArgumentException("mapNumberTo value must be Union[StrictFloat, StrictInt], StrictFloat or float");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user