mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 20:19:46 +00:00
refactor debug log
This commit is contained in:
@@ -131,7 +131,7 @@ class Installer:
|
||||
return []
|
||||
if ret > 0:
|
||||
if self.debug:
|
||||
self.log.dbg('ignoring {}, same content'.format(dst))
|
||||
self.log.dbg('ignoring {}'.format(dst))
|
||||
return []
|
||||
if ret == 0:
|
||||
if not self.dry and not self.comparing:
|
||||
|
||||
Reference in New Issue
Block a user