Skip to content

Commit

Permalink
revert errors to string
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Oct 7, 2024
1 parent bac6971 commit 8bfa770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion es_relval_log.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def es_parse_log(logFile):
if exception:
payload["exception"] = exception
if errors:
payload["errors"] = json.dumps(errors)
payload["errors"] = errors
payload["error_count"] = error_count
try:
payload = es_parse_jobreport(payload, logFile)
Expand Down

0 comments on commit 8bfa770

Please sign in to comment.