X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=check_title.py;h=23caeb898a6fe603ce47cd49c0ae84be07b5a60b;hb=bb2adafe8a51fc3eed213e6c38b05f7b59b81f33;hp=2a4f522d500b074d962b7d268321cc4fd3c75e65;hpb=7c7aed0464f40b0b0bd2d2b76a0bf43219ec2d4d;p=bookmarks_db.git diff --git a/check_title.py b/check_title.py index 2a4f522..23caeb8 100755 --- a/check_title.py +++ b/check_title.py @@ -53,7 +53,7 @@ def run(): if hasattr(object, "moved") or hasattr(object, "error"): continue - if hasattr(object, "real_title"): + 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: