]> git.phdru.name Git - bookmarks_db.git/commitdiff
Style: Fix flake8 warning E116 unexpected indentation (comment)
authorOleg Broytman <phd@phdru.name>
Sat, 2 Sep 2023 11:00:24 +0000 (14:00 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 12 Nov 2023 10:11:01 +0000 (13:11 +0300)
Robots/bkmk_rurllib.py
db2bkmk.py

index c7324e315bcd7ad5a5c1c1b785bcf2c139a29f91..018896379ab4a4f2ca2bd59f10736bb975314777 100644 (file)
@@ -5,7 +5,7 @@ This file is a part of Bookmarks database and Internet robot.
 """
 
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2000-2017 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2000-2023 PhiloSoft Design"
 __license__ = "GNU GPL"
 
 __all__ = ['robot_urllib']
@@ -116,8 +116,9 @@ class robot_urllib(robot_base):
     def get_ftp_welcome(self):
         global ftpcache_key
         _welcome = urllib._urlopener.ftpcache[ftpcache_key].ftp.welcome
-        ftpcache_key = None # I am assuming there are no duplicate ftp URLs in db.
-                            # If there are - ftpcache_key in prev line is invalid.
+        # I am assuming there are no duplicate ftp URLs in db.
+        # If there are - ftpcache_key in next line is invalid.
+        ftpcache_key = None
         return _welcome
 
     def finish_check_url(self, bookmark):
index e0ac1c1bcb6b76c6247f7680421a2e66765b34a4..78618e712709404234e4b461c1a25a4866899023 100755 (executable)
@@ -5,7 +5,7 @@ This file is a part of Bookmarks database and Internet robot.
 """
 
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2000-2017 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2000-2023 PhiloSoft Design"
 __license__ = "GNU GPL"
 
 import sys
@@ -67,7 +67,7 @@ def run():
 
         from m_lib.flad import fladm
         transl_db = fladm.load_from_file(transl_name, fladm.check_record, ["URL1", "URL2"], [""])
-                                        # This prevents any other key to appear in transl_db ^
+        #                                 This prevents any other key to appear in transl_db ^
 
         # Generate translation dictionary (hash table)
         if transl == 1: