mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 20:19:46 +00:00
print something when installed successfully
This commit is contained in:
@@ -81,7 +81,7 @@ class Installer:
|
||||
self.log.sub('ignoring \"%s\", same content' % (dst))
|
||||
return []
|
||||
if ret == 0:
|
||||
if not self.quiet and not self.dry and not self.comparing:
|
||||
if not self.dry and not self.comparing:
|
||||
self.log.sub('copied %s to %s' % (src, dst))
|
||||
return [(src, dst)]
|
||||
return []
|
||||
|
||||
Reference in New Issue
Block a user