Explorar o código

Clarify update output (Fixes #2205)

No, we are not intentionally hiding the version number. Why would we?
Philipp Hagemeister %!s(int64=11) %!d(string=hai) anos
pai
achega
18a25c5d78
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      youtube_dl/update.py

+ 1 - 1
youtube_dl/update.py

@@ -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'])