Skip to content

Commit

Permalink
set override_type to a default
Browse files Browse the repository at this point in the history
  • Loading branch information
th3w1zard1 committed Nov 7, 2023
1 parent cfea7bb commit a6ec568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pykotor/tslpatcher/mods/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a6ec568

Please sign in to comment.