From f252e7fb3bbd2c7bed01d3b6d9ba9fe0c0743902 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Fri, 28 Sep 2018 07:32:40 +0200 Subject: [PATCH] refactor debug log --- dotdrop/installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotdrop/installer.py b/dotdrop/installer.py index 28a85e3..3573f93 100644 --- a/dotdrop/installer.py +++ b/dotdrop/installer.py @@ -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: