Bug fixed. Added tests.

This commit is contained in:
utahta
2010-12-10 01:26:11 +09:00
parent 7b2ae023bf
commit 966fa577f7
18 changed files with 105 additions and 15 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ class UpdateCommand(Command):
# check for latest version
if version <= VERSION:
logger.info("You are already running the installed latest version of pythonbrew.")
sys.exit()
return
download_url = get_pythonbrew_update_url(version)
if not download_url: