Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b763fea commit f762f32Copy full SHA for f762f32
1 file changed
lib/core/settings.py
@@ -165,7 +165,7 @@
165
}
166
167
ERROR_PARSING_REGEXES = (
168
- r"<b>[^<]*(fatal|error|warning|exception)[^<]*</b>:?\s+(?P<result>.+?)<br\s*/?\s*>",
+ r"<b>[^<]*(fatal|error|warning|exception)[^<]*</b>:?\s*(?P<result>.+?)<br\s*/?\s*>",
169
r"<li>Error Type:<br>(?P<result>.+?)</li>",
170
r"error '[0-9a-f]{8}'((<[^>]+>)|\s)+(?P<result>[^<>]+)"
171
)
0 commit comments