mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-11 06:44:18 +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))
|
self.log.sub('ignoring \"%s\", same content' % (dst))
|
||||||
return []
|
return []
|
||||||
if ret == 0:
|
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))
|
self.log.sub('copied %s to %s' % (src, dst))
|
||||||
return [(src, dst)]
|
return [(src, dst)]
|
||||||
return []
|
return []
|
||||||
|
|||||||
Reference in New Issue
Block a user