Skip to content

Commit

Permalink
#14406: Mark fail if csv not generated
Browse files Browse the repository at this point in the history
  • Loading branch information
Aswinmcw committed Nov 8, 2024
1 parent 920c145 commit b7ef933
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ print(tabulate(average_df, headers='keys', tablefmt='pretty'))
echo "$average_values"
else
echo "CSV path not found in the command output."
exit 1
fi
}

Expand Down

0 comments on commit b7ef933

Please sign in to comment.