mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-10 07:29:17 +00:00
downgrade logging for #44
This commit is contained in:
@@ -43,7 +43,7 @@ class Installer:
|
|||||||
dst = os.path.join(self.base, os.path.expanduser(dst))
|
dst = os.path.join(self.base, os.path.expanduser(dst))
|
||||||
if os.path.exists(dst):
|
if os.path.exists(dst):
|
||||||
if os.path.realpath(dst) == os.path.realpath(src):
|
if os.path.realpath(dst) == os.path.realpath(src):
|
||||||
self.log.sub('ignoring "{}", link exists'.format(dst))
|
self.log.dbg('ignoring "{}", link exists'.format(dst))
|
||||||
return []
|
return []
|
||||||
if self.dry:
|
if self.dry:
|
||||||
self.log.dry('would remove {} and link to {}'.format(dst, src))
|
self.log.dry('would remove {} and link to {}'.format(dst, src))
|
||||||
|
|||||||
Reference in New Issue
Block a user