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

Skip to content

Commit a184a4c

Browse files
committed
major of majors bug fix
1 parent 0f4fb15 commit a184a4c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/techniques/error/use.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ def __errorFields(expression, expressionFields, expressionFieldsList, expected=N
102102

103103
if output:
104104
output = output.replace(kb.misc.space, " ")
105-
outputs.append(output)
105+
106+
outputs.append(output)
106107

107108
return outputs
108109

0 commit comments

Comments
 (0)