Browse Source

Changed root-tag of label file to lowercase

Stefan Schmidt 6 years ago
parent
commit
5b15235a28
1 changed files with 1 additions and 1 deletions
  1. 1 1
      code/Core/LabelManager.py

+ 1 - 1
code/Core/LabelManager.py

@@ -6,7 +6,7 @@ import ID2TLib.Label as Label
 
 
 class LabelManager:
-    TAG_ROOT = 'LABELS'
+    TAG_ROOT = 'labels'
     TAG_ATTACK = 'attack'
     TAG_ATTACK_NAME = 'attack_name'
     TAG_ATTACK_NOTE = 'attack_note'