mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-11 18:23:58 +00:00
typing
This commit is contained in:
@@ -289,7 +289,7 @@ class Importer:
|
|||||||
return True
|
return True
|
||||||
return False
|
return False
|
||||||
|
|
||||||
def _ignore(self, path):
|
def _ignore(self, path: str):
|
||||||
if must_ignore([path], self.ignore, debug=self.debug):
|
if must_ignore([path], self.ignore, debug=self.debug):
|
||||||
self.log.dbg(f'ignoring import of {path}')
|
self.log.dbg(f'ignoring import of {path}')
|
||||||
self.log.warn(f'{path} ignored')
|
self.log.warn(f'{path} ignored')
|
||||||
|
|||||||
Reference in New Issue
Block a user