fix md5 hash check
[enigma2.git] / lib / python / Plugins / SystemPlugins / NFIFlash / downloader.py
index 036523a4065e0db770aeb0cdf0bdcf8451812282..7c54fb48bbe39ae7069fe069dd028add44c4d163 100644 (file)
@@ -400,6 +400,7 @@ class NFIDownload(Screen):
        def nfi_finished(self, string=""):
                print "[nfi_finished] " + str(string)
                if self.nfo != "":
        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)
                        nfofd = open(self.nfofilename, "w")
                        if nfofd:
                                nfofd.write(self.nfo)