Skip to content

Commit

Permalink
Merge branch 'release-3.2.3' of github.com:tomkooij/pytables into rel…
Browse files Browse the repository at this point in the history
…ease-3.2.3
  • Loading branch information
tomkooij committed Jun 26, 2016
2 parents 71eae91 + 330e2c3 commit 856c6f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tables/tests/test_queries.py
Expand Up @@ -353,7 +353,8 @@ def create_test_method(type_, op, extracond, func=None):
# Compute the value of bounds.
condvars = {'bound': right_bound,
'lbound': left_bound,
'rbound': right_bound}
'rbound': right_bound,
'func_bound': func_bound}
for (bname, bvalue) in condvars.iteritems():
if type_ == 'string':
bvalue = str_format % bvalue
Expand Down

0 comments on commit 856c6f5

Please sign in to comment.