mirror of
https://github.com/borgbase/vorta
synced 2025-01-03 13:45:49 +00:00
fix crash when mounting a backup
This commit is contained in:
parent
3bc422ebd7
commit
ce6e01310b
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ def mount_action(self):
|
|||
def receive():
|
||||
dir = dialog.selectedFiles()
|
||||
if dir:
|
||||
params['cmd'].append(dir)
|
||||
params['cmd'].append(dir[0])
|
||||
if params['ok']:
|
||||
self._toggle_all_buttons(False)
|
||||
thread = BorgMountThread(params['cmd'], params, parent=self)
|
||||
|
|
Loading…
Reference in a new issue