aboutsummaryrefslogtreecommitdiffstats
path: root/python_client
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-04-09 22:20:33 -0700
committerBryan Newbold <bnewbold@robocracy.org>2019-04-09 22:20:33 -0700
commitc2f399df663e2fffd5bdb0aeede9e23c056af435 (patch)
treebb33db5ba848235691c28beb9ee7d32f45360b3b /python_client
parenta9caaafadb6f4018ca370ebc9132294e80439df9 (diff)
downloadfatcat-c2f399df663e2fffd5bdb0aeede9e23c056af435.tar.gz
fatcat-c2f399df663e2fffd5bdb0aeede9e23c056af435.zip
add CHANGELOG entry about api_key issue
Diffstat (limited to 'python_client')
-rwxr-xr-xpython_client/codegen_python_client.sh1
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