Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-sommer committed Nov 7, 2024
1 parent 5c1450a commit e04a1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dojo/tools/semgrep/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def convert_severity(self, val):
if upper_value == "LOW":
return "Low"
if upper_value == "INFO":
return "Info"
return "Info"
msg = f"Unknown value for severity: {val}"
raise ValueError(msg)

Expand Down

0 comments on commit e04a1b9

Please sign in to comment.