From 3d258df23a8221541083d042f9f16d3c2071a44a Mon Sep 17 00:00:00 2001 From: Claire Cavanaugh Date: Thu, 28 Jul 2016 23:24:34 -0700 Subject: [PATCH] Heil PEP8 :P --- qutebrowser/browser/commands.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: