summaryrefslogtreecommitdiff
path: root/turbo_hipster/cmd/report_historical.py
diff options
context:
space:
mode:
authorJoshua Hesketh <josh@nitrotech.org>2015-06-04 14:13:31 +1000
committerJoshua Hesketh <josh@nitrotech.org>2015-06-04 14:13:46 +1000
commita4b178d1f1248b6309c40d72eb6c03d53864377b (patch)
treeef604256eba5ffdd4a8cdc7b929c479582db7dbf /turbo_hipster/cmd/report_historical.py
parent5ef62278f3a6ab6ac768d1ae954dc8e9b921a0c8 (diff)
downloadturbo-hipster-a4b178d1f1248b6309c40d72eb6c03d53864377b.tar.gz
Fix hacking and requirements
Change-Id: Ie7a36b0a7957f102b6a1195cdc7c0403cdd9545a
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']: