Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f762f32

Browse files
committed
bug fix for proper --parse-errors on .aspx pages
1 parent b763fea commit f762f32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
}
166166

167167
ERROR_PARSING_REGEXES = (
168-
r"<b>[^<]*(fatal|error|warning|exception)[^<]*</b>:?\s+(?P<result>.+?)<br\s*/?\s*>",
168+
r"<b>[^<]*(fatal|error|warning|exception)[^<]*</b>:?\s*(?P<result>.+?)<br\s*/?\s*>",
169169
r"<li>Error Type:<br>(?P<result>.+?)</li>",
170170
r"error '[0-9a-f]{8}'((<[^>]+>)|\s)+(?P<result>[^<>]+)"
171171
)

0 commit comments

Comments
 (0)