Exception classes should call __init__ in their parents #96
Labels
No labels
Bug
Enhancement
Feature Suggestion
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: code/twython#96
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The exception classes don't call their parent's init functions. E.g., in
TwythonRateLimitErrorif you don't pass aretry_afterarg, the exception instance doesn't store its message or error code.This was fixed in pull request #97, but didn't auto-close. This closes it. Etc.
Thanks!
Terry