]> git.phdru.name Git - bookmarks_db.git/blobdiff - Robots/bkmk_rurllib.py
Style: Fix flake8 E999 IndentationError: unexpected indent
[bookmarks_db.git] / 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)