mirror of
https://github.com/Doctorado-ML/beflask.git
synced 2025-08-16 07:35:51 +00:00
Fix double click to report
This commit is contained in:
@@ -81,7 +81,9 @@ def best(file_name):
|
||||
except Exception as e:
|
||||
return render_template(
|
||||
"error.html",
|
||||
message=f"This best results file ({file_name}) has not been created yet!",
|
||||
message=f"This best results file ({file_name}) has not been "
|
||||
"created yet! or...",
|
||||
error=str(e),
|
||||
)
|
||||
return render_template("best.html", data=data)
|
||||
|
||||
|
Reference in New Issue
Block a user