git-svn-id: http://svn.calculate.ru/calculate2/calculate-lib/trunk@50 c91db197-33c1-4113-bf15-f8a5c547ca64

develop
asamoukin 16 years ago
parent ff4dc651f8
commit d8fd985a08

@ -1900,7 +1900,8 @@ class profile(_file, _terms):
self.nameFileNew = self.absFileName(newFile)
self.FN = self.openNewFile(self.nameFileNew)
self.newProfile = self.FN.read()
self.closeNewFile()
self.FN.close()
self.FN = False
objHeadNew = calcHeader(self.newProfile, False,
self.getFileType(),objVar=self.objVar)
if not objHeadNew.headerTerm:

Loading…
Cancel
Save