Fix "line too long"
This commit is contained in:
parent
a780325a3a
commit
f34161423c
@ -1153,8 +1153,9 @@ class CommandDispatcher:
|
|||||||
mhtml_: Download the current page and all assets as mhtml file.
|
mhtml_: Download the current page and all assets as mhtml file.
|
||||||
"""
|
"""
|
||||||
if dest_old is not None:
|
if dest_old is not None:
|
||||||
message.warning(self._win_id, ":download [url] [dest] is deprecated"
|
message.warning(
|
||||||
" - use download --dest [dest] [url]")
|
self._win_id, ":download [url] [dest] is deprecated - use"
|
||||||
|
" download --dest [dest] [url]")
|
||||||
if dest is not None:
|
if dest is not None:
|
||||||
raise cmdexc.CommandError("Can't give two destinations for the"
|
raise cmdexc.CommandError("Can't give two destinations for the"
|
||||||
" download.")
|
" download.")
|
||||||
|
Loading…
Reference in New Issue
Block a user