fix commit

This commit is contained in:
Antonio J. Delgado 2023-01-25 16:31:17 +02:00
parent 8e1843dbe2
commit 282b9de6a7

View file

@ -62,7 +62,7 @@ class find_duplicate_files:
def _cache_file(self, file, hash):
result = self.cur.execute(f"INSERT INTO files (hash, file) VALUES ('{file}', '{hash}')")
self.cur.commit()
self.cache_db.commit()
return result
def recursive_scandir(self, path, ignore_hidden_files=True):