We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba386c2 commit fd61d07Copy full SHA for fd61d07
1 file changed
fluent.syntax/fluent/syntax/errors.py
@@ -9,7 +9,7 @@ def __init__(self, code: str, *args: Union[str, None]):
9
10
11
def get_error_message(code: str, args: Tuple[Union[str, None], ...]) -> str:
12
- if code == "E00001":
+ if code == "E0001":
13
return "Generic error"
14
if code == "E0002":
15
return "Expected an entry start"
0 commit comments