On Thu, Feb 20, 2014 at 4:56 PM, Saint Germain <[email protected]> wrote:
> > > 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. > Yeah, you are right. It just looked out of place with all the preceding ifs, and I was having trouble sorting the logic. Thanks!
