Skip to content
Snippets Groups Projects
Commit 8b64ce1f authored by chrg's avatar chrg
Browse files

Fix mistake

parent 9e567357
Branches
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ def timeit(name):
log.debug("Started %s", name)
yield
end = time.time()
log.debug("Done running %s in %s", end - start)
log.debug("Done running %s in %s", name, end - start)
def handle_results(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment