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 ab4d48f commit a87fde9
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 a87fde9

Please # to comment.