Skip to content

Commit

Permalink
Update WAD error message to a more generic one
Browse files Browse the repository at this point in the history
  • Loading branch information
basedBaba committed Jan 7, 2025
1 parent ced47a7 commit 93179c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api_app/analyzers_manager/observable_analyzers/wad.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def run(self):
if results:
return results
else:
raise AnalyzerRunException("name or service not known")
raise AnalyzerRunException("no results returned for the provided url")

@classmethod
def _monkeypatch(cls):
Expand Down

0 comments on commit 93179c5

Please # to comment.