1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 15:39:43 +00:00

Fix defined outside constructor

This commit is contained in:
Marcel Robitaille
2020-12-14 11:49:50 -05:00
parent 41114c81be
commit 6f826b1d96

View File

@@ -44,6 +44,7 @@ class Updater:
self.safe = safe
self.debug = debug
self.ignore = ignore
self.ignores = None
self.showpatch = showpatch
self.ignore_missing_in_dotdrop = ignore_missing_in_dotdrop
self.templater = Templategen(variables=self.variables,