Skip to content

Commit 672cec1

Browse files
authored
Fix Dawn validator
1 parent 9e5b461 commit 672cec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Supremicus/DawnTitleCard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ class CardModel(BaseCardTypeCustomFontAllText):
186186
crt_state_overlay: bool = False
187187
omit_gradient: bool = True
188188

189-
@root_validator(skip_on_failure=True)
189+
@root_validator(skip_on_failure=True, allow_reuse=True)
190190
def validate_episode_text_font_file(cls, values: dict) -> dict:
191191
# Specified as "{title_font}" - use title font file
192192
if (etf := values['episode_text_font']) == '{title_font}':

0 commit comments

Comments
 (0)