We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07a3eb6 commit b95a49eCopy full SHA for b95a49e
tidy3d/web/api/webapi.py
@@ -328,7 +328,7 @@ def get_status(task_id) -> str:
328
return "success"
329
if status == "error":
330
raise WebError(
331
- f"Error running task {task_id}! Use 'web.download_log(task_id)' to "
+ f"Error running task {task_id}! Use 'web.download_log('{task_id}')' to "
332
"download and examine the solver log, and/or contact customer support for help."
333
)
334
return status
0 commit comments