Bugfixes in appyObj.dump and in master/slave relationships.
This commit is contained in:
parent
74d28a76c0
commit
309ea921fa
4 changed files with 14 additions and 8 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue