dennisvang / tufup

Automated updates for stand-alone Python applications.
MIT License
71 stars 1 forks source link

ignore invalid pre-release specifiers when checking for updates #121

Closed dennisvang closed 4 months ago

dennisvang commented 4 months ago

Invalid values for the pre argument are simply ignored in Client.check_for_updates(), as if no pre value were specified.

To alert the user (dev), we do log a warning.

fixes #120