1
0
Fork 0

Also output the names of errors.

This commit is contained in:
Wilfried Goesgens 2016-06-13 18:36:02 +02:00
parent 3ac6139fdc
commit a38e61e1e5
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ RX = [
# Error codes replace
(re.compile(r"(####)#+"), r""),
# (re.compile(r"- (\w+):\s*@LIT{(.+)}"), r"\n*\g<1>* - **\g<2>**:"),
(re.compile(r"(.+),(\d+),\"(.+)\",\"(.+)\""), r"\n*\g<2>* - **\g<3>**: \g<4>"),
(re.compile(r"(.+),(\d+),\"(.+)\",\"(.+)\""), r"\n- *\g<2>* - **\g<1>** - **\g<3>**:\n \g<4>"),
(re.compile(r"TODOSWAGGER.*"),r"")
]