Skip to content

Commit e93a873

Browse files
committed
temp: make sure assert works as intended
1 parent 1f94a4a commit e93a873

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tagstudio/qt/mixed/migration_modal.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -520,6 +520,7 @@ def color_value_conditional(self, old_value: int | str, new_value: int | str) ->
520520
return str(f"<b><a style='color: {color}'>{new_value}</a></b>")
521521

522522
def assert_ignore_parity(self) -> None:
523+
assert False
523524
compiled_pats = fnmatch.compile(
524525
ignore_to_glob(
525526
Ignore._load_ignore_file(

0 commit comments

Comments
 (0)