diff --git a/dotdrop/installer.py b/dotdrop/installer.py index 91ae289..c81e886 100644 --- a/dotdrop/installer.py +++ b/dotdrop/installer.py @@ -87,7 +87,8 @@ class Installer: """ if not src or not dst: # fake dotfile - self.log.dbg('fake dotfile installed') + if self.debug: + self.log.dbg('fake dotfile installed') self._exec_pre_actions(actionexec) return True, None if self.debug: