We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddbbfb2 commit ed743d7Copy full SHA for ed743d7
1 file changed
api_app/analyzers_manager/observable_analyzers/validin.py
@@ -36,6 +36,7 @@ def _run_all_queries(self, endpoints, headers):
36
logger.error(f"Query {query_name} failed")
37
38
# we wont stop other quries from executing if one fails
39
+ continue
40
final_response[f"{query_name}"] = response.json()
41
except requests.RequestException as e:
42
raise AnalyzerRunException(e)
0 commit comments