clan_lib: write_rules complete internal keys

This commit is contained in:
Johannes Kirschbauer
2025-09-24 18:34:09 +02:00
parent 75121767d3
commit bcadf6b0fb

View File

@@ -112,10 +112,7 @@ def _determine_writeability_recursive(
for key, value in priorities.items(): for key, value in priorities.items():
# Skip metadata keys # Skip metadata keys
if key == "__this": if key in {"__this", "__list", "__prio"}:
continue
# Backwards compatibility
if key == "__prio":
continue continue
path = (*current_path, key) path = (*current_path, key)