Storm75 / malwarecookbook

Automatically exported from code.google.com/p/malwarecookbook
0 stars 0 forks source link

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

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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 commented 8 years ago
This issue was closed by revision r153.

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

GoogleCodeExporter commented 8 years ago
thanks!

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