1
0
mirror of https://codeberg.org/polarisfm/youtube-dl synced 2024-09-28 21:08:45 +02:00

Print EOL before "unable to write data" error

This commit is contained in:
Ricardo Garcia 2010-04-17 18:57:51 +02:00
parent 131efd1ae0
commit 0228ee9788

View File

@ -569,7 +569,7 @@ class FileDownloader(object):
try:
stream.write(data_block)
except (IOError, OSError), err:
self.trouble('ERROR: unable to write data: %s' % str(err))
self.trouble('\nERROR: unable to write data: %s' % str(err))
block_size = self.best_block_size(after - before, data_block_len)
# Progress message