1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-05 04:29:47 +00:00
This commit is contained in:
deadc0de6
2024-01-18 22:10:13 +01:00
parent b9b4fc87f8
commit f85139d7c4

View File

@@ -289,7 +289,7 @@ class Importer:
return True
return False
def _ignore(self, path):
def _ignore(self, path: str):
if must_ignore([path], self.ignore, debug=self.debug):
self.log.dbg(f'ignoring import of {path}')
self.log.warn(f'{path} ignored')