Commit 4300d607 by Sébastien Eustace

Add extra line for errors when uploading

parent bff20b25
...@@ -248,8 +248,8 @@ class Uploader: ...@@ -248,8 +248,8 @@ class Uploader:
file.name, int(math.floor(bar._percent * 100)) file.name, int(math.floor(bar._percent * 100))
) )
) )
else:
self._io.write_line("") self._io.write_line("")
return resp return resp
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment