diff --git a/pym/cl_template.py b/pym/cl_template.py index 016e9e7..7213b00 100644 --- a/pym/cl_template.py +++ b/pym/cl_template.py @@ -4999,8 +4999,6 @@ class iniParser(_error, templateFormat): self.setError(_("Unable to open file") + ": " + self.iniFile) return False fcntl.flock(FD.fileno(), fcntl.LOCK_EX) - FD.truncate(0) - FD.seek(0) FD.write(txtConfig) FD.close() return True