mirror of
https://github.com/robweber/xbmcbackup.git
synced 2024-11-14 20:35:48 +01:00
fixes #99
This commit is contained in:
parent
87c638a0d6
commit
94f0887393
@ -316,7 +316,7 @@ class XbmcBackup:
|
|||||||
zip_vfs.cleanup()
|
zip_vfs.cleanup()
|
||||||
self.xbmc_vfs.rmfile(xbmc.translatePath("special://temp/" + self.restore_point))
|
self.xbmc_vfs.rmfile(xbmc.translatePath("special://temp/" + self.restore_point))
|
||||||
|
|
||||||
xbmcgui.Dialog.ok(utils.getString(30010),utils.getString(30101))
|
xbmcgui.Dialog().ok(utils.getString(30010),utils.getString(30101))
|
||||||
return
|
return
|
||||||
|
|
||||||
zip_vfs.cleanup()
|
zip_vfs.cleanup()
|
||||||
|
Loading…
Reference in New Issue
Block a user