]> git.phdru.name Git - bookmarks_db.git/blobdiff - bkmk2db.py
Style: Fix flake8 E261 at least two spaces before inline comment
[bookmarks_db.git] / bkmk2db.py
index 721371b3ced78092eac15042d3afc472e2d3d04e..0beea071a0b5ca8e5b0ed83b98ce778745108295 100755 (executable)
@@ -40,7 +40,7 @@ def run():
         filename = args[0]
 
     else:
-        filename = 'bookmarks.html' # good name both for DOS (bookmark.htm) and UNIX
+        filename = 'bookmarks.html'  # good name both for DOS (bookmark.htm) and UNIX
 
 
     if report_stats:
@@ -73,7 +73,7 @@ def run():
         if os.name == 'dos' or os.name == 'nt':
             dos_add = 1
         else:
-            dos_add = 0 # UNIX' and Mac's len() counts CR or LF correct
+            dos_add = 0  # UNIX' and Mac's len() counts CR or LF correct
 
 
     infile = open(filename, 'r')