aboutsummaryrefslogtreecommitdiff
path: root/src/mysql.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mysql.py')
-rw-r--r--src/mysql.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mysql.py b/src/mysql.py
index f93a24d..96904b6 100644
--- a/src/mysql.py
+++ b/src/mysql.py
@@ -102,7 +102,7 @@ class Benchmark_MYSQL(Benchmark):
ret = True
p = subprocess.run(prepare_cmd, stdout=PIPE, stderr=PIPE)
if p.returncode != 0:
- print(p.stout)
+ print(p.stdout)
print(p.stderr)
ret = False