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