exceptions.py
7.03 KB
-
Fix support of get_full_details() for Throttled exceptions (#4627) · 97d84841
Since `str` objects are immutable, appending to existing `str` creates in fact a new `str` instance. Thus `ErrorDetail.detail.code` attribute is lost after `str` concatenation operation.
Nicolas Delaby committed