summaryrefslogtreecommitdiff
path: root/turbo_hipster/cmd/report_historical.py
diff options
context:
space:
mode:
Diffstat (limited to 'turbo_hipster/cmd/report_historical.py')
-rw-r--r--turbo_hipster/cmd/report_historical.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/turbo_hipster/cmd/report_historical.py b/turbo_hipster/cmd/report_historical.py
index 35f3c9b..50e4a28 100644
--- a/turbo_hipster/cmd/report_historical.py
+++ b/turbo_hipster/cmd/report_historical.py
@@ -116,7 +116,7 @@ def process_dataset(dataset):
math.ceil(recommend)
# Innodb stats
- if not migration in stats_summary:
+ if migration not in stats_summary:
continue
for stats_key in ['XInnodb_rows_changed', 'Innodb_rows_read']: