Comment 2 for bug 1748719

Revision history for this message
Simon Hanna (thelinuxguy) wrote :

so it looks like the path contains the directory where the bibles are stored and file contains a pathobject consisting on only a name, the name of the bible db.

I didn't find uses of name. so I guess that can be removed.

Another weird thing about the BibleDB object is that it has a get_name method that overwrites the name of the bible and then returns it. I guess that's sort of valid, because I didn't find any occurrence of a BibleDB object being created with a name, but it still looks weird...