diff --git a/qutebrowser/browser/commands.py b/qutebrowser/browser/commands.py index c35a390a6..60fe38021 100644 --- a/qutebrowser/browser/commands.py +++ b/qutebrowser/browser/commands.py @@ -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: