Apply suggestion from @dgtlmoon

This commit is contained in:
dgtlmoon
2026-02-18 13:27:49 +01:00
committed by GitHub
parent 75996cec4c
commit bfb25a6caa
@@ -118,6 +118,7 @@ def construct_blueprint(datastore: ChangeDetectionStore):
def delete_all():
for tag_uuid in list(datastore.data['settings']['application']['tags'].keys()):
# TagsDict 'del' handler will remove the dir
del datastore.data['settings']['application']['tags'][tag_uuid]