mirror of
https://github.com/Doctorado-ML/benchmark.git
synced 2025-08-17 16:35:54 +00:00
flavour fix
This commit is contained in:
@@ -164,7 +164,7 @@ def excel():
|
|||||||
|
|
||||||
@main.route("/config/<framework>/<compare>")
|
@main.route("/config/<framework>/<compare>")
|
||||||
def config(framework, compare):
|
def config(framework, compare):
|
||||||
if not framework in current_app.config[FRAMEWORKS]:
|
if framework not in current_app.config[FRAMEWORKS]:
|
||||||
message = f"framework {framework} not supported"
|
message = f"framework {framework} not supported"
|
||||||
return render_template("error.html", message=message)
|
return render_template("error.html", message=message)
|
||||||
env = EnvData()
|
env = EnvData()
|
||||||
|
Reference in New Issue
Block a user