Browse Source
The message for the AttributeError raised by the __getattr__ method of the PartialWebhookState class is formatted using `str.format`. However, the placeholder contained a stray ":" before the !r specifier. This caused a ValueError("Invalid format specifier") to be raised whenever this method was called in lieu of the AttributeError that is intended to be raised.pull/2606/head
committed by
Rapptz
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue