commit | 9e0512a6d26a63eb1aeabf56d1b2646803a798f0 | [log] [tgz] |
---|---|---|
author | koder aka kdanilov <kdanilov@mirantis.com> | Mon Aug 10 14:51:59 2015 +0300 |
committer | koder aka kdanilov <kdanilov@mirantis.com> | Mon Aug 10 14:52:47 2015 +0300 |
tree | ef443a7c3259284d7bdfabbac85b22798d730013 | |
parent | 56782063e529072e4d2d135e514f3676afcd47bb [diff] [blame] |
fixes and move Dockerfile and install.sh to script. Make a package
diff --git a/wally/suits/io/fio.py b/wally/suits/io/fio.py index c009c3d..275c1ed 100644 --- a/wally/suits/io/fio.py +++ b/wally/suits/io/fio.py
@@ -95,6 +95,9 @@ mm_res = {} + if len(res) == 0: + raise ValueError("No data was found") + for key, data in res.items(): conn_ids = sorted(conn_ids_set) matr = [data[conn_id] for conn_id in conn_ids]