Bugfixes in appyObj.dump and in master/slave relationships.

This commit is contained in:
Gaetan Delannay 2010-05-10 11:04:59 +02:00
parent 74d28a76c0
commit 309ea921fa
4 changed files with 14 additions and 8 deletions

View file

@ -421,7 +421,7 @@ class FileWrapper:
OpenOffice in server mode.'''
if not filePath:
filePath = '%s/file%f.%s' % (getOsTempFolder(), time.time(),
self.name)
normalizeString(self.name))
f = file(filePath, 'w')
if self.content.__class__.__name__ == 'Pdata':
# The file content is splitted in several chunks.