From 17093baef625f9cbc68ccf07823a5c8bf5861306 Mon Sep 17 00:00:00 2001 From: Xiaokui Shu Date: Wed, 26 Jul 2023 18:11:20 -0400 Subject: [PATCH] update error msg for ss exception --- src/kestrel/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kestrel/exceptions.py b/src/kestrel/exceptions.py index 3f8bbff5..12e9f2dd 100644 --- a/src/kestrel/exceptions.py +++ b/src/kestrel/exceptions.py @@ -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,