2007-06-24 Alex Roitman <shura@gramps-project.org>

* src/GrampsDb/_GrampsBSDDB.py (load): Typo.
	* src/DbLoader.py (read_file): Fix error reporting.



svn: r8650
This commit is contained in:
Alex Roitman
2007-06-24 20:03:40 +00:00
parent e978a43d3a
commit f93fef3422
3 changed files with 6 additions and 2 deletions

View File

@@ -460,7 +460,6 @@ class DbLoader:
self.dbstate.db.close()
except Exception:
_LOG.error("Failed to open database.", exc_info=True)
return True
def open_saved_as(self, filename, filetype):