Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes issue of __str__ raising exception when DecodeUrl is None #850

Merged
merged 1 commit into from Apr 25, 2024

Conversation

Ali-Huseynov
Copy link
Contributor

If DecodeUrl attribute is None then str method will raise '''TypeError: str returned non-string (type NoneType)'''. To avoid it we can ensure that str method returns string type of object.

If DecodeUrl attribute is None then __str__ method will raise '''TypeError: __str__ returned non-string (type NoneType)'''. To avoid it we can ensure that __str__ method returns string type of object.
@vgrem vgrem merged commit 77b6155 into vgrem:master Apr 25, 2024
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants