Correct typo
This commit is contained in:
parent
2731aa060c
commit
70b9caedc3
|
@ -95,7 +95,7 @@ def close_database(conn, cur, failed=False):
|
||||||
conn.close()
|
conn.close()
|
||||||
|
|
||||||
def list_benchmarks(job=None):
|
def list_benchmarks(job=None):
|
||||||
if limit is not None:
|
if job is not None:
|
||||||
query = "SELECT * FROM {} WHERE job = %s;".format('storage_benchmarks')
|
query = "SELECT * FROM {} WHERE job = %s;".format('storage_benchmarks')
|
||||||
args = (job, )
|
args = (job, )
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue