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