Fix "line too long"

This commit is contained in:
Daniel 2015-10-19 20:17:22 +02:00
parent a780325a3a
commit f34161423c

View File

@ -1153,8 +1153,9 @@ class CommandDispatcher:
mhtml_: Download the current page and all assets as mhtml file.
"""
if dest_old is not None:
message.warning(self._win_id, ":download [url] [dest] is deprecated"
" - use download --dest [dest] [url]")
message.warning(
self._win_id, ":download [url] [dest] is deprecated - use"
" download --dest [dest] [url]")
if dest is not None:
raise cmdexc.CommandError("Can't give two destinations for the"
" download.")