Heil PEP8 :P
This commit is contained in:
parent
bf44636a24
commit
3d258df23a
@ -254,8 +254,8 @@ class CommandDispatcher:
|
|||||||
try:
|
try:
|
||||||
url = urlutils.fuzzy_url(url)
|
url = urlutils.fuzzy_url(url)
|
||||||
except urlutils.InvalidUrlError as e:
|
except urlutils.InvalidUrlError as e:
|
||||||
# We don't use cmdexc.CommandError here as this can be called
|
# We don't use cmdexc.CommandError here as this can be
|
||||||
# async from edit_url
|
# called async from edit_url
|
||||||
message.error(self._win_id, str(e))
|
message.error(self._win_id, str(e))
|
||||||
return
|
return
|
||||||
if tab or bg or window:
|
if tab or bg or window:
|
||||||
|
Loading…
Reference in New Issue
Block a user