Comment 6 for bug 75557

Revision history for this message
Kazade (kazade) wrote :

OK i did a bit of debugging and I think the reason this error is occuring is because the following if statement doesnt get entered:

            if version == default_version:
                default_runtime = rt

This is on line 218 of pycentral on my set up this is because version == '2.4' whereas default_version == '24'.

I hope that helps someone, sorry I dont have time to come up with a proper bug fix.