mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-16 18:30:17 +00:00
Fix defined outside constructor
This commit is contained in:
@@ -44,6 +44,7 @@ class Updater:
|
|||||||
self.safe = safe
|
self.safe = safe
|
||||||
self.debug = debug
|
self.debug = debug
|
||||||
self.ignore = ignore
|
self.ignore = ignore
|
||||||
|
self.ignores = None
|
||||||
self.showpatch = showpatch
|
self.showpatch = showpatch
|
||||||
self.ignore_missing_in_dotdrop = ignore_missing_in_dotdrop
|
self.ignore_missing_in_dotdrop = ignore_missing_in_dotdrop
|
||||||
self.templater = Templategen(variables=self.variables,
|
self.templater = Templategen(variables=self.variables,
|
||||||
|
|||||||
Reference in New Issue
Block a user