Skip to content

Commit

Permalink
Update dojo/tools/noseyparker/parser.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cneill authored Feb 21, 2024
1 parent 8d16815 commit 02f017a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dojo/tools/noseyparker/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@ def get_findings(self, file, test):
)
dupes[key] = finding
else:
raise ValueError("JSON lines format not recognized. Make sure to use Nosey Parker v0.16.0")
raise ValueError("JSON lines format not recognized (.jsonl file extension). Make sure to use Nosey Parker v0.16.0")

return list(dupes.values())

0 comments on commit 02f017a

Please sign in to comment.