diff --git a/_ext.py b/_ext.py index bdc1c9db4..5acf61fd3 100644 --- a/_ext.py +++ b/_ext.py @@ -303,7 +303,7 @@ def sort_key(game): def has_invalid_status(clone) -> bool: # Tools and only tools must have N/A status - return (clone["type"] == "tool") != (clone["status"] != "N/A") + return (clone["type"] == "tool") != (clone["status"] == "N/A") for clone in clones: if 'originals' not in clone: