Y
Hacker News
new
|
ask
|
show
|
jobs
by
galbar
671 days ago
The most obvious one:
with open(self.file_path, 'r') as openFile: for line in f:
`f` does not exist. It should be `openFile`.