mirror of https://github.com/borgbase/vorta
Called set_progress() on wrong class. (#965)
This commit is contained in:
parent
33f0c4c4e4
commit
b96e8d460e
|
@ -242,7 +242,7 @@ class VortaApp(QtSingleApplication):
|
|||
def break_lock(self, profile):
|
||||
params = BorgBreakThread.prepare(profile)
|
||||
if not params['ok']:
|
||||
self.set_progress(params['message'])
|
||||
self.backup_progress_event.emit(params['message'])
|
||||
return
|
||||
thread = BorgBreakThread(params['cmd'], params, parent=self)
|
||||
thread.start()
|
||||
|
|
Loading…
Reference in New Issue