Skip to content

Commit e8ff613

Browse files
committed
errid
1 parent 67576ee commit e8ff613

File tree

1 file changed

+1
-1
lines changed
  • python_modules/dagster/dagster/_utils

1 file changed

+1
-1
lines changed

python_modules/dagster/dagster/_utils/error.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def serializable_error_info_from_exc_info(
173173
return SerializableErrorInfo(
174174
message=error_info.message
175175
+ (
176-
"Error ID {err_id}. "
176+
f"Error ID {err_id}. "
177177
"The error has been masked to prevent leaking sensitive information. "
178178
"Search in logs for this error ID for more details."
179179
),

0 commit comments

Comments
 (0)