File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -78,8 +78,10 @@ git apply "${SCRIPT_ROOT}/rest_client_patch.diff"
7878# once we upgrade to a version of swagger-codegen that includes it (version>= 6.6.0).
7979# See https://github.com/OpenAPITools/openapi-generator/pull/15283
8080git apply " ${SCRIPT_ROOT} /rest_sni_patch.diff"
81+ # The following is commented out due to:
82+ # AttributeError: 'RESTResponse' object has no attribute 'headers'
8183# OpenAPI client generator prior to 6.4.0 uses deprecated urllib3 APIs.
82- git apply " ${SCRIPT_ROOT} /rest_urllib_headers.diff"
84+ # git apply "${SCRIPT_ROOT}/rest_urllib_headers.diff"
8385
8486echo " >>> generating docs..."
8587pushd " ${DOC_ROOT} " > /dev/null
You can’t perform that action at this time.
0 commit comments