Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
penguine-ip committed Jan 24, 2025
1 parent 844a055 commit 193623f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepeval/red_teaming/red_teamer.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def scan(
"Error": None,
}

# this will only go through it ignore_errors == True
# this will only go through if ignore_errors == True
if attack.error:
result["Error"] = attack.error
red_teaming_results_breakdown.append(result)
Expand Down

0 comments on commit 193623f

Please sign in to comment.