On Thu, 20 Feb 2014 16:26:10 -0800, Ryan Ollos <[email protected]> wrote :
> The function `check_field_names` has an `else` without a matching > `if`, at least considering the indentation level of the code above > the `if`. > > It is not clear to me what is going on in this code, and I just > stumbled on it while working a different issue. Olemis, would you > kindly take a look?: > Isn't that a "for...else" statement ? It's a valid python construct if I remember correctly.
