Correct typo

This commit is contained in:
Joshua Boniface 2020-08-25 12:23:12 -04:00
parent 2731aa060c
commit 70b9caedc3
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ def close_database(conn, cur, failed=False):
conn.close()
def list_benchmarks(job=None):
if limit is not None:
if job is not None:
query = "SELECT * FROM {} WHERE job = %s;".format('storage_benchmarks')
args = (job, )
else: