diff options
Diffstat (limited to 'parse_exps.py')
| -rwxr-xr-x | parse_exps.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/parse_exps.py b/parse_exps.py index 82febfc..9871baf 100755 --- a/parse_exps.py +++ b/parse_exps.py | |||
| @@ -182,7 +182,8 @@ def get_bases(builder, exps, opts): | |||
| 182 | will be calculated.''' | 182 | will be calculated.''' |
| 183 | bases = [None]*len(exps) | 183 | bases = [None]*len(exps) |
| 184 | 184 | ||
| 185 | base_table = make_base_table(opts.scale_against, builder, exps) | 185 | base_table = make_base_table(opts.scale_against, |
| 186 | copy.deepcopy(builder), exps) | ||
| 186 | if not base_table: | 187 | if not base_table: |
| 187 | return bases | 188 | return bases |
| 188 | 189 | ||
