Skip to content

Commit 8b01996

Browse files
committed
Patch related to the #1655
1 parent 6b40e0a commit 8b01996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/techniques/error/use.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def _oneShotErrorUse(expression, field=None, chunkTest=False):
9595
try:
9696
while True:
9797
check = "%s(?P<result>.*?)%s" % (kb.chars.start, kb.chars.stop)
98-
trimcheck = "%s(?P<result>[^<]*)" % (kb.chars.start)
98+
trimcheck = r"%s(?P<result>[^<\n]*)" % (kb.chars.start)
9999

100100
if field:
101101
nulledCastedField = agent.nullAndCastField(field)

0 commit comments

Comments
 (0)