Heil PEP8 :P

This commit is contained in:
Claire Cavanaugh 2016-07-28 23:24:34 -07:00
parent bf44636a24
commit 3d258df23a

View File

@ -254,8 +254,8 @@ class CommandDispatcher:
try:
url = urlutils.fuzzy_url(url)
except urlutils.InvalidUrlError as e:
# We don't use cmdexc.CommandError here as this can be called
# async from edit_url
# We don't use cmdexc.CommandError here as this can be
# called async from edit_url
message.error(self._win_id, str(e))
return
if tab or bg or window: