jxing 5 anni fa
parent
commit
de2a070bd4
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/saga_mark/check_saga_mark.py

+ 1 - 1
src/saga_mark/check_saga_mark.py

@@ -15,7 +15,7 @@ def check_saga_mark(model_list, level_data):
                     has_saga_mark = True
                     floor_name = row.get('name')[0:len(floor_full_name) - 5]
                     # is_match = re.match(r'^([f|b][0-9]+|rf)(m[0-9]*)?$', floor_name)
-                    is_match = re.match(r'^([F|B][0-9]{1,5}|RF)(M[0-9]{0,5})?$', floor_name)
+                    is_match = re.match(r'^([F|B][1-9][0-9]{0,4}|RF)(M([1-9][0-9]{0,4})?)?$', floor_name)
                     # 如果格式有问题
                     if not is_match:
                         error_model[model_id] = '楼层名称不符合规则'