check.py : Throw on h0.3, h0.6, h0.12, h0.9 hats.
This commit is contained in:
parent
b26e6c0b6c
commit
a9a5211c3d
1 changed files with 1 additions and 1 deletions
2
check.py
2
check.py
|
@ -69,7 +69,7 @@ class Mapping:
|
||||||
"-a": re.compile(r"^[0-9]+\~?$"),
|
"-a": re.compile(r"^[0-9]+\~?$"),
|
||||||
"a": re.compile(r"^[0-9]+\~?$"),
|
"a": re.compile(r"^[0-9]+\~?$"),
|
||||||
"b": re.compile(r"^[0-9]+$"),
|
"b": re.compile(r"^[0-9]+$"),
|
||||||
"h": re.compile(r"^[0-9]+\.(1|2|4|8|3|6|12|9)$"),
|
"h": re.compile(r"^[0-9]+\.(1|2|4|8)$"),
|
||||||
}
|
}
|
||||||
|
|
||||||
def __init__(self, mapping_string, line_number, add_missing_platform = False):
|
def __init__(self, mapping_string, line_number, add_missing_platform = False):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue