From 7386d87c144b09aeae95b329f0352156473b85c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=B0=D0=BC=D0=BE=D1=83=D0=BA=D0=B8=D0=BD=20=D0=90?= =?UTF-8?q?=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B9?= Date: Fri, 19 Mar 2010 09:54:22 +0300 Subject: [PATCH] Add flush() to method saveOldFile() --- pym/cl_profile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pym/cl_profile.py b/pym/cl_profile.py index 9dde57e..ebd6f05 100644 --- a/pym/cl_profile.py +++ b/pym/cl_profile.py @@ -1965,6 +1965,7 @@ class _file(_error): except: self.setError (_("not open file:" ) + self.nameFileOld) return False + self.FO.flush() return True def getModeFile(self, nameFile):