From 7c74826d0861c0c18d78d030ee96c572dad24961 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 11 Sep 2023 16:49:25 +0300 Subject: [PATCH] Style: Fix flake8 E999 IndentationError: unexpected indent --- Robots/bkmk_rurllib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Robots/bkmk_rurllib.py b/Robots/bkmk_rurllib.py index 20b7423..f71a8d2 100644 --- a/Robots/bkmk_rurllib.py +++ b/Robots/bkmk_rurllib.py @@ -117,7 +117,7 @@ class robot_urllib(robot_base): if (e[0] == "http error") and (e[1] == -1): error = None bookmark.no_error = "The server did not return any header - " - "it is not an error, actually" + "it is not an error, actually" self.log(' no headers: %s' % bookmark.no_error) else: error = get_error(e) -- 2.39.2