1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-06 10:12:59 +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

@@ -64,8 +64,8 @@ class Dotfile(DictParser):
msg = '[{}] transformations disabled'.format(key)
msg += ' because dotfile is linked'
self.log.warn(msg)
trans_r = []
trans_w = []
self.trans_r = []
self.trans_w = []
def get_dotfile_variables(self):
"""return this dotfile specific variables"""