mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-07 12:48:32 +00:00
fix bug for #170
This commit is contained in:
@@ -45,7 +45,7 @@ class Dotfile(DictParser):
|
||||
self.trans_w = trans_w
|
||||
self.upignore = upignore
|
||||
|
||||
if link != LinkTypes.NOLINK and \
|
||||
if self.link != LinkTypes.NOLINK and \
|
||||
(
|
||||
(trans_r and len(trans_r) > 0)
|
||||
or
|
||||
|
||||
Reference in New Issue
Block a user