mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-16 05:26:11 +00:00
verbosity
This commit is contained in:
@@ -138,7 +138,7 @@ class Importer:
|
|||||||
# add file to config file
|
# add file to config file
|
||||||
retconf = self.conf.new_dotfile(src, dst, linktype, chmod=chmod)
|
retconf = self.conf.new_dotfile(src, dst, linktype, chmod=chmod)
|
||||||
if not retconf:
|
if not retconf:
|
||||||
self.log.warn('\"{}\" ignored'.format(path))
|
self.log.warn('\"{}\" ignored during import'.format(path))
|
||||||
return 0
|
return 0
|
||||||
|
|
||||||
self.log.sub('\"{}\" imported'.format(path))
|
self.log.sub('\"{}\" imported'.format(path))
|
||||||
|
|||||||
Reference in New Issue
Block a user