From 9ad7c0bfffe49437102269c57a768530fbf7f140 Mon Sep 17 00:00:00 2001 From: Jason Mayo Date: Mon, 9 Dec 2024 12:23:13 +0000 Subject: [PATCH] CTOOLS-445-Typo in template --- generate/templates/model_anyof.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generate/templates/model_anyof.mustache b/generate/templates/model_anyof.mustache index 4a56a4b..ef637e6 100644 --- a/generate/templates/model_anyof.mustache +++ b/generate/templates/model_anyof.mustache @@ -148,7 +148,7 @@ class {{classname}}({{#parent}}{{{.}}}{{/parent}}{{^parent}}BaseModel{{/parent}} def __str__(self): """For `print` and `pprint`""" - return pprint.pformat(self.dict(by_alias=Fale)) + return pprint.pformat(self.dict(by_alias=False)) def __repr__(self): """For `print` and `pprint`"""