#38 More tag fixes

Merged
getty merged 1 commits from getty/gdritter/more-tag-fixes into getty/master 4 years ago
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lc/model.py

+ 1 - 1
lc/model.py

@@ -353,7 +353,7 @@ class Tag(Model):
         while p := p.parent:
         while p := p.parent:
             yield p
             yield p
 
 
-    BAD_TAG_CHARS = set("{}[]\\#?")
+    BAD_TAG_CHARS = set("{}\\#")
 
 
     @staticmethod
     @staticmethod
     def is_valid_tag_name(tag_name: str) -> bool:
     def is_valid_tag_name(tag_name: str) -> bool: