pep8 fixes

This commit is contained in:
Rob Weber
2019-12-04 11:38:25 -06:00
parent 5e2d099448
commit 710bcd08f8
3 changed files with 6 additions and 6 deletions

View File

@ -522,7 +522,7 @@ class XbmcBackup:
return result
def _createResumeBackupFile(self):
with xbmcvfs.File(xbmc.translatePath(utils.data_dir() + "resume.txt"), 'w') as f:
with xbmcvfs.File(xbmc.translatePath(utils.data_dir() + "resume.txt"), 'w') as f:
f.write(self.restore_point)
def _readBackupConfig(self, aFile):