keep the temp zip file

This commit is contained in:
Rob Weber 2019-07-19 12:49:21 -05:00
parent 2e7080fef8
commit e86192be17

View File

@ -283,7 +283,7 @@ class XbmcBackup:
shouldContinue = xbmcgui.Dialog().ok(utils.getString(30089),utils.getString(30090), utils.getString(30091))
#delete the temp zip file
self.xbmc_vfs.rmfile(xbmc.translatePath("special://temp/" + zip_name))
#self.xbmc_vfs.rmfile(xbmc.translatePath("special://temp/" + zip_name))
#remove old backups
self._rotateBackups()