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

Commits on Apr 25, 2024

  1. Fixes issue of __str__ raising exception when DecodeUrl is None

    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.
    Ali-Huseynov authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    4c76ba8 View commit details
    Browse the repository at this point in the history