Skip to content

Commit

Permalink
update error msg for ss exception
Browse files Browse the repository at this point in the history
  • Loading branch information
subbyte committed Jul 26, 2023
1 parent 1787e0a commit 17093ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kestrel/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def __init__(self, uri, itf, msg=""):
class DataSourceError(KestrelException):
def __init__(self, error, suggestion=""):
if not suggestion:
suggestion = "please check data source config or test the query manually"
suggestion = "please check data source config or diagnose with stix-shifter-diag command"
super().__init__(
error,
suggestion,
Expand Down

0 comments on commit 17093ba

Please sign in to comment.