check.py : Throw on h0.0.
This commit is contained in:
parent
8dd16707de
commit
1cf6564cb1
1 changed files with 1 additions and 1 deletions
2
check.py
2
check.py
|
@ -47,7 +47,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]+\.(0|1|2|4|8|3|6|12|9)$"),
|
"h": re.compile(r"^[0-9]+\.(1|2|4|8|3|6|12|9)$"),
|
||||||
}
|
}
|
||||||
|
|
||||||
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