Fix opening recent family trees
This commit is contained in:
parent
c048ebcfbb
commit
94a6495a06
@ -241,7 +241,7 @@ class CLIManager:
|
||||
self._pmgr = BasePluginManager.get_instance()
|
||||
self.user = user
|
||||
|
||||
def open_activate(self, path, username, password):
|
||||
def open_activate(self, path, username=None, password=None):
|
||||
"""
|
||||
Open and make a family tree active
|
||||
"""
|
||||
@ -254,7 +254,7 @@ class CLIManager:
|
||||
print(_('ERROR: %s') % errormessage, file=sys.stderr)
|
||||
sys.exit(1)
|
||||
|
||||
def _read_recent_file(self, filename, username, password):
|
||||
def _read_recent_file(self, filename, username=None, password=None):
|
||||
"""
|
||||
Called when a file needs to be loaded
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user