Skip to content

Commit b95a49e

Browse files
tylerflexmomchil-flex
authored andcommitted
display task_id in download log error message
1 parent 07a3eb6 commit b95a49e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tidy3d/web/api/webapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ def get_status(task_id) -> str:
328328
return "success"
329329
if status == "error":
330330
raise WebError(
331-
f"Error running task {task_id}! Use 'web.download_log(task_id)' to "
331+
f"Error running task {task_id}! Use 'web.download_log('{task_id}')' to "
332332
"download and examine the solver log, and/or contact customer support for help."
333333
)
334334
return status

0 commit comments

Comments
 (0)