]> git.phdru.name Git - bookmarks_db.git/blobdiff - Storage/bkmk_stflad.py
Style: Fix flake8 E128 continuation line under-indented for visual indent
[bookmarks_db.git] / Storage / bkmk_stflad.py
index 56397727b9c8a4dbd4dab80feefecfd7f6bfcbf3..232229194a44aa8bbc8ddf1c552cf6626764504d 100644 (file)
@@ -113,9 +113,10 @@ Charset: %s
 
             if record.has_key("URL"):
                 comment = record["Comment"].replace("\\n", '\n')
-                bookmark = Bookmark(record["URL"], record["AddDate"],
-                   record["LastVisit"], record["LastModified"],
-                   record["Keyword"], comment)
+                bookmark = Bookmark(
+                    record["URL"], record["AddDate"],
+                    record["LastVisit"], record["LastModified"],
+                    record["Keyword"], comment)
                 bookmark.name = record["Title"]
                 self.current_folder.append(bookmark)