1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-06 06:42:57 +00:00

code quality

This commit is contained in:
deadc0de6
2021-02-20 13:36:24 +01:00
parent 6cd5755170
commit 1c0749822f
5 changed files with 10 additions and 15 deletions

View File

@@ -563,9 +563,6 @@ class Installer:
err = 'broken symlink {}'.format(dst)
return False, err
src_mode = chmod
if not src_mode:
src_mode = utils.get_file_perm(src)
if self.diff:
if not self._is_different(src, dst, content=content):
if self.debug: