Clarify update output (Fixes #2205)
authorPhilipp Hagemeister <phihag@phihag.de>
Thu, 23 Jan 2014 09:24:44 +0000 (10:24 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Thu, 23 Jan 2014 09:24:44 +0000 (10:24 +0100)
No, we are not intentionally hiding the version number. Why would we?

youtube_dl/update.py

index cd9670166e582ae9f3074c2371026f0f06c252a1..27308376130b97cc9cf6059b1f9dd4a64753ef42 100644 (file)
@@ -90,7 +90,7 @@ def update_self(to_screen, verbose):
         to_screen(u'youtube-dl is up to date (%s)' % __version__)
         return
 
-    to_screen(u'Updating to version ' + version_id + '...')
+    to_screen(u'Updating to version ' + version_id + ' ...')
     version = versions_info['versions'][version_id]
 
     print_notes(to_screen, versions_info['versions'])