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

refactoring

This commit is contained in:
deadc0de6
2018-05-02 21:34:32 +02:00
parent 445ec3e89c
commit 6c50301da9

View File

@@ -66,7 +66,6 @@ class Installer:
return []
os.symlink(src, dst)
self.log.sub('linked {} to {}'.format(dst, src))
# Follows original developer's behavior
return [(src, dst)]
def _handle_file(self, templater, profile, src, dst):