Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dbmgr.py has a gramatical error which halts processing #45

Closed
GoogleCodeExporter opened this issue Mar 4, 2016 · 2 comments
Closed

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. line #52 needs to be changed from 'file.append(line)' to 'files.append(line)'

simple little change - without it, an AttributeError is thrown as it's trying 
to parse it's contents into the DB and will result in the program exiting:

" AttributeError: type object 'file' has no attribute 'append' "


Original issue reported on code.google.com by hiddenil...@gmail.com on 26 Sep 2012 at 5:02

@GoogleCodeExporter
Copy link
Author

This issue was closed by revision r153.

Original comment by michael.hale@gmail.com on 26 Sep 2012 at 5:09

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

thanks!

Original comment by michael.hale@gmail.com on 26 Sep 2012 at 5:10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant