mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-12 20:25:17 +00:00
refactoring
This commit is contained in:
@@ -66,7 +66,6 @@ class Installer:
|
|||||||
return []
|
return []
|
||||||
os.symlink(src, dst)
|
os.symlink(src, dst)
|
||||||
self.log.sub('linked {} to {}'.format(dst, src))
|
self.log.sub('linked {} to {}'.format(dst, src))
|
||||||
# Follows original developer's behavior
|
|
||||||
return [(src, dst)]
|
return [(src, dst)]
|
||||||
|
|
||||||
def _handle_file(self, templater, profile, src, dst):
|
def _handle_file(self, templater, profile, src, dst):
|
||||||
|
|||||||
Reference in New Issue
Block a user