]> git.phdru.name Git - bookmarks_db.git/blobdiff - check_urls.py
Style: Fix flake8 E128 continuation line under-indented for visual indent
[bookmarks_db.git] / check_urls.py
index ae7fe830475ac067a187a243124fe7065d2de213..000141ff0f65929fb525879e9c2f6ffcff46745d 100755 (executable)
@@ -121,9 +121,11 @@ def run():
             if checked.has_key(href):
                 log("Already checked %s" % href)
                 old_object = root_folder.linear[checked[href]]
-                for attr_name in ("last_visit", "last_modified",
-                      "error", "no_error", "moved", "size", "md5", "real_title",
-                      "last_tested", "test_time", "icon", "charset"):
+                for attr_name in (
+                    "last_visit", "last_modified",
+                    "error", "no_error", "moved", "size", "md5", "real_title",
+                    "last_tested", "test_time", "icon", "charset",
+                ):
                     if hasattr(old_object, attr_name):
                         setattr(object, attr_name, getattr(old_object, attr_name))
             else: