fix logging output during downloads

from:
filename.ext[download][warning] ...

to:
filename.ext
[download][warning] ...
This commit is contained in:
Mike Fährmann
2018-03-01 18:43:43 +01:00
parent 5008e105ee
commit 1d54a8e07d

View File

@@ -111,6 +111,7 @@ class DownloaderBase():
self.receive(file)
except RequestException as exc:
msg = exc
print()
continue
# check filesize