Skip to content

Commit

Permalink
Remove key since it creates a list of nested dict.
Browse files Browse the repository at this point in the history
  • Loading branch information
marian-craciunescu authored Sep 26, 2024
1 parent 8de5cf6 commit 74294a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Packs/Arcanna/Integrations/ArcannaAI/ArcannaAI.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ def get_event_status(args: Dict[str, Any], client: Client, default_job_id) -> Co
headers = ["event_id", "ingest_timestamp", "status", "error_message",
"bucket_state", "result", "confidence_score", "outlier", "arcanna_label"]
return_data = CommandResults(
outputs_prefix='Arcanna.Event',
outputs=outputs,
readable_output=tableToMarkdown(name="Arcanna Event Status", headers=headers, t=result),
raw_response=result
Expand Down

0 comments on commit 74294a7

Please sign in to comment.