From: Andreas Frisch Date: Sun, 12 Oct 2008 22:15:56 +0000 (+0000) Subject: fix md5 hash check X-Git-Tag: 2.6.0~770 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/cac4af3cc304626c6c600d0dfb7fce8fe7b5f7b1?hp=5e01d1393219caa20b423d970a7a7a340de12c56 fix md5 hash check --- diff --git a/lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py b/lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py index 036523a4..7c54fb48 100644 --- a/lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py +++ b/lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py @@ -400,6 +400,7 @@ class NFIDownload(Screen): def nfi_finished(self, string=""): print "[nfi_finished] " + str(string) if self.nfo != "": + self.nfofilename = self["destlist"].getCurrentDirectory() + '/' + self["feedlist"].getNFOname() nfofd = open(self.nfofilename, "w") if nfofd: nfofd.write(self.nfo)