Skip to content

Commit

Permalink
ajustar log recaptura
Browse files Browse the repository at this point in the history
  • Loading branch information
pixuimpou committed Oct 18, 2023
1 parent b172a63 commit 0bfe9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/rj_smtr/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@ def upload_run_logs_to_bq( # pylint: disable=R0913
"erro": [f"[recapturado]{previous_error}"],
}
)
log(f"Recapturing {timestamp} with previous error:\n{error}")
log(f"Recapturing {timestamp} with previous error:\n{previous_error}")
else:
# not recapturing or error during flow execution
dataframe = pd.DataFrame(
Expand Down

0 comments on commit 0bfe9cf

Please sign in to comment.