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

adding _dotfile_key and _dotfile_link variables

This commit is contained in:
deadc0de6
2019-05-04 17:41:03 +02:00
parent 158475f011
commit d21eca8437

View File

@@ -45,6 +45,9 @@ class Dotfile:
_vars = {}
_vars['_dotfile_abs_src'] = self.src
_vars['_dotfile_abs_dst'] = self.dst
_vars['_dotfile_key'] = self.key
_vars['_dotfile_link'] = self.link.name.lower()
return _vars
def __str__(self):