1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-05 05:04:43 +00:00

chmod printing

This commit is contained in:
deadc0de6
2023-08-07 23:26:06 +02:00
committed by deadc0de
parent 08f8ff13e5
commit 3d22b7beeb

View File

@@ -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}')