Skip to content
Snippets Groups Projects
Commit 82b36e31 authored by m1ch1's avatar m1ch1
Browse files

gh-66 don't use string format function

parent 2cfb144a
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ def usage():
print "\nDatabases:"
for db in sorted(DATABASES.keys()):
print " {0:13} {1}".format(db, BASE_URL + db.split("-")[0])
print " %s %s" % (db.ljust(13), BASE_URL + db.split("-")[0])
print """\nWorkload Files:
There are various predefined workloads under workloads/ directory.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment