Make the downloader print the name of the destination file

pull/15/head
Ricardo Garcia 2008-07-22 15:53:22 +02:00 zatwierdzone przez Ricardo Garcia
rodzic e5bf0f551b
commit 2130d8f6a4
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -228,6 +228,7 @@ class FileDownloader(object):
try:
filename = self._params['outtmpl'] % result
self.to_stdout('[download] Destination: %s' % filename)
except (ValueError, KeyError), err:
retcode = self.trouble('ERROR: invalid output template: %s' % str(err))
continue