From a6ec56863374f2149f59465e3d5d4e54dbb1ceaf Mon Sep 17 00:00:00 2001 From: Benjamin Auquite Date: Mon, 6 Nov 2023 23:01:56 -0600 Subject: [PATCH] set override_type to a default --- pykotor/tslpatcher/mods/template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pykotor/tslpatcher/mods/template.py b/pykotor/tslpatcher/mods/template.py index 41954b874..c0783881a 100644 --- a/pykotor/tslpatcher/mods/template.py +++ b/pykotor/tslpatcher/mods/template.py @@ -27,7 +27,7 @@ def __init__(self, sourcefile: str, replace: bool | None = None, modifiers: list self.destination: str = self.DEFAULT_DESTINATION self.action: str = "Patch" + " " - self.override_type: str + self.override_type: str = OverrideType.IGNORE self.skip_if_not_replace = False # [InstallList] only? @abstractmethod