]> git.phdru.name Git - bookmarks_db.git/commitdiff
Style: Fix flake8 E999 IndentationError: unexpected indent
authorOleg Broytman <phd@phdru.name>
Mon, 11 Sep 2023 13:49:25 +0000 (16:49 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 12 Nov 2023 10:28:02 +0000 (13:28 +0300)
Robots/bkmk_rurllib.py

index 20b74239b8fb55fc184b08e2cf686ce8ca150983..f71a8d2bb55d22f5f823e44fae765abc800c7e32 100644 (file)
@@ -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)