diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-02-21 18:32:24 -0500 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-02-21 18:32:24 -0500 |
commit | 6e2b99a0870e467e35c8b4b95aeb1e665dded413 (patch) | |
tree | 1e4b4d000c6b53b93a35b5446dc774d4799c987c /plot/style.py | |
parent | 9bcbb4048cd82ea11ed469731eae95d808b99449 (diff) |
Many bugfixes motivated by some end-to-end testing.
Diffstat (limited to 'plot/style.py')
-rw-r--r-- | plot/style.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plot/style.py b/plot/style.py index ca7a112..fd1fa97 100644 --- a/plot/style.py +++ b/plot/style.py | |||
@@ -16,6 +16,9 @@ class StyleMap(object): | |||
16 | self.field_map = {} | 16 | self.field_map = {} |
17 | 17 | ||
18 | for field, values in self.__get_all()._asdict().iteritems(): | 18 | for field, values in self.__get_all()._asdict().iteritems(): |
19 | if not col_list: | ||
20 | break | ||
21 | |||
19 | next_column = col_list.pop(0) | 22 | next_column = col_list.pop(0) |
20 | value_dict = {} | 23 | value_dict = {} |
21 | 24 | ||