mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-05 04:29:47 +00:00
typing
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user