Skip to content

Issue with the update_version_check.py file #364

@prabhakaryadav2003

Description

@prabhakaryadav2003

Description:

The Update class in the file contains a method notifi which uses the github url to fetch Readme.md
The method searches for regular expression match of here:

 match = re.search(r'Download the latest release version (\S+)', decoded_line)

The match will always be None as there is no such line in the Readme.md file, it was removed in this commit

Suggestion:

Instead of using the Readme.md file we could directly use the __version.py of the repository, and perform a regex search to fetch the latest version.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions