mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-05 05:04:43 +00:00
chmod printing
This commit is contained in:
@@ -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}')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user