diff options
Diffstat (limited to 'python_client')
-rwxr-xr-x | python_client/codegen_python_client.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python_client/codegen_python_client.sh b/python_client/codegen_python_client.sh index 35126ad3..928c9e6b 100755 --- a/python_client/codegen_python_client.sh +++ b/python_client/codegen_python_client.sh @@ -48,6 +48,7 @@ END_PATCH # I don't know what they were thinking with this TypeWithDefault stuff, but it # caused really gnarly config cross-contamination issues when running mulitple # clients in parallel. +# See also: https://github.com/swagger-api/swagger-codegen/issues/9117 patch -p0 << END_PATCH --- fatcat_client/configuration.py +++ fatcat_client/configuration.py |