]> git.phdru.name Git - bookmarks_db.git/blobdiff - bkmk2db.py
Style: Fix flake8 E501 line too long
[bookmarks_db.git] / bkmk2db.py
index e274108f4d03bd42e1d82200ea98df9f0b801565..e3971a6b3177c53368b93d04674515b7eda12e5c 100755 (executable)
@@ -42,7 +42,8 @@ def run():
         filename = args[0]
 
     else:
-        filename = 'bookmarks.html'  # good name both for DOS (bookmark.htm) and UNIX
+        # good name both for DOS (bookmark.htm) and UNIX
+        filename = 'bookmarks.html'
 
     if report_stats:
         from storage import storage_name