We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2bd207 commit f595c41Copy full SHA for f595c41
1 file changed
scripts/utils.py
@@ -129,8 +129,7 @@ def get_without_tp2_mods(cls, mods: list[Mod]) -> list[Mod]:
129
return [
130
mod
131
for mod in mods
132
- if not mod.tp2
133
- and not mod.status & {ModStatus.HIDDEN, ModStatus.UNRELEASED, ModStatus.ARCHIVED}
+ if not mod.tp2 and not mod.status & {ModStatus.HIDDEN, ModStatus.UNRELEASED}
134
]
135
136
0 commit comments