Skip to content

Commit

Permalink
[Backup]
Browse files Browse the repository at this point in the history
* close Screen on cancel
  • Loading branch information
jbleyel committed Jan 7, 2025
1 parent 86b7deb commit 77f6ba6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,8 @@ def backuplocationCB(path):
self.session.openWithCallback(self.backupFinishedCB, Console, title=self.screenTitle, cmdlist=cmdList, closeOnSuccess=self.closeOnSuccess, showScripts=False)
except OSError:
self.session.openWithCallback(self.backupErrorCB, MessageBox, _("Sorry, your backup destination is not writeable.\nPlease select a different one."), MessageBox.TYPE_INFO, timeout=10)
else:
self.close(True)

seenMountPoints = [] # DEBUG: Fix Hardisk.py to remove duplicated mount points!
choices = []
Expand Down

0 comments on commit 77f6ba6

Please sign in to comment.