russdill / pybis

Python based IBIS parser
GNU Lesser General Public License v2.1
21 stars 10 forks source link

missing : around line 1300 #1

Closed ravelab closed 11 years ago

ravelab commented 11 years ago

it looks like you are missing : for the "for" statement:

for level in [ "low", "high" ]

russdill commented 11 years ago

Yup, looks like I completely missed testing the last commit. Seems I have childern in that commit too.