Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The most obvious one:

    with open(self.file_path, 'r') as openFile:
        for line in f:
`f` does not exist. It should be `openFile`.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: