X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=check_title.py;h=554c2af2e3ce5179423fbd6ff1349f7cb92ef96e;hb=cb9c36b39ed72cd1fa272130d2bcf162a89c3013;hp=870d968f785e8dc55429e269c4ee5b6108035741;hpb=b9c8d112b8d8d0f7c726ee7dd07a89b6569c90a1;p=bookmarks_db.git diff --git a/check_title.py b/check_title.py index 870d968..554c2af 100755 --- a/check_title.py +++ b/check_title.py @@ -54,11 +54,12 @@ def run(): object = root_folder.linear[object_no] if object.isBookmark: - if hasattr(object, "moved") or hasattr(object, "error") \ - or object.href.startswith('place:'): # Firefox SmartBookmarks + if hasattr(object, "moved") or hasattr(object, "error") or \ + object.href.startswith('place:'): # Firefox SmartBookmarks continue - if hasattr(object, "real_title") and (object.real_title is not None): + if hasattr(object, "real_title") \ + and (object.real_title is not None): unquoted_title = unquote_title(quote_title(object.real_title)) unquoted_name = unquote_title(object.name) if unquoted_name != unquoted_title: