Skip to content

Commit

Permalink
errid
Browse files Browse the repository at this point in the history
  • Loading branch information
benpankow committed Jan 16, 2025
1 parent 684141c commit 333ee23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_modules/dagster/dagster/_utils/error.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def serializable_error_info_from_exc_info(
return SerializableErrorInfo(
message=error_info.message
+ (
"Error ID {err_id}. "
f"Error ID {err_id}. "
"The error has been masked to prevent leaking sensitive information. "
"Search in logs for this error ID for more details."
),
Expand Down

0 comments on commit 333ee23

Please sign in to comment.