7152: Fix error when importing database from the CLI

This commit is contained in:
Nick Hall 2014-05-20 13:26:53 +01:00
parent a2a988b62a
commit 928e32d030

View File

@ -547,12 +547,6 @@ class ArgHandler(object):
if family_tree_format == plugin.get_extension():
import_function = plugin.get_import_function()
import_function(self.dbstate.db, filename, self.user)
if not self.cl:
if self.imp_db_path:
return self.sm.open_activate(self.imp_db_path)
else:
return self.sm.open_activate(self.open)
#-------------------------------------------------------------------------
#