wonder how long this has been there, fixes #82

This commit is contained in:
Rob Weber 2017-01-05 09:10:11 -06:00
parent 210a907f8a
commit d0028d440c

View File

@ -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.getSetting(30010),utils.getString(30101)) xbmcgui.Dialog.ok(utils.getString(30010),utils.getString(30101))
return return
zip_vfs.cleanup() zip_vfs.cleanup()