diff --git a/dotdrop/cfg_yaml.py b/dotdrop/cfg_yaml.py index 27d821c..f77c52b 100644 --- a/dotdrop/cfg_yaml.py +++ b/dotdrop/cfg_yaml.py @@ -436,7 +436,8 @@ class CfgYaml: self._dbg(f'new dotfile src: {src}') self._dbg(f'new dotfile dst: {dst}') self._dbg(f'new dotfile link: {link}') - self._dbg(f'new dotfile chmod: {chmod}') + if chmod: + self._dbg(f'new dotfile chmod: {chmod:o}') self._dbg(f'new dotfile trans_r: {trans_r_key}') self._dbg(f'new dotfile trans_w: {trans_w_key}')