Python Error w/ Malformed Version #'s

Issue #145 new
Donovan Keith created an issue

I updated the CV XML file to show the latest version of Andy's plugin CleanMode v0.2.1 - when I did this, CV Toolbox seemed to lose my login information, and also, when I tried to open the toolbox there was a console error. Unfortunately, I saved the screenshot to my clipboard and not to my desktop, and I lost it by copying something else. But you could probably recreate the bug on the beta channel by changing in to 0.2.1, it was something about being unable to cast it as a float.

So either we need to be more strict about the version numbers we accept, or do a better job of parsing them once they show up.

Comments (1)

  1. Rick Barrett

    It's in line 680. I do a numeric comparison of the version numbers to check if the version available is greater than the version installed. I think we need to specify that version numbers must be float.

  2. Log in to comment