fixed anti-pattern code
This commit is contained in:
parent
5323ee2740
commit
9cfcd4e9e1
|
@ -62,7 +62,6 @@ def status():
|
||||||
records = mycursor.fetchall()
|
records = mycursor.fetchall()
|
||||||
if records == []:
|
if records == []:
|
||||||
return render_template('job_status_error.html',job=jobID)
|
return render_template('job_status_error.html',job=jobID)
|
||||||
else:
|
|
||||||
r = records[0]
|
r = records[0]
|
||||||
protein_name = r[1]
|
protein_name = r[1]
|
||||||
ligand_name = r[2]
|
ligand_name = r[2]
|
||||||
|
|
Loading…
Reference in New Issue