From b4ce41a6fb59f5a916f430bd1ddc672268770bf4 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Fri, 21 Jun 2019 15:11:16 +0200 Subject: [PATCH] fix bug for #170 --- dotdrop/dotfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotdrop/dotfile.py b/dotdrop/dotfile.py index 0f3d5e8..04d2f7d 100644 --- a/dotdrop/dotfile.py +++ b/dotdrop/dotfile.py @@ -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