1
0
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:
deadc0de6
2019-06-21 15:11:16 +02:00
parent 7ca156a591
commit b4ce41a6fb

View File

@@ -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