Commit cb9d762a authored by Arnaud Fontaine's avatar Arnaud Fontaine

Fix typo.

parent 7d9faf44
...@@ -3632,7 +3632,7 @@ class FilesystemToZodbTemplateItem(DocumentTemplateItem, ...@@ -3632,7 +3632,7 @@ class FilesystemToZodbTemplateItem(DocumentTemplateItem,
if os.path.exists(filesystem_path): if os.path.exists(filesystem_path):
filesystem_file = open(filesystem_path) filesystem_file = open(filesystem_path)
else: else:
filesystem__file = open(filesystem_path, 'w+') filesystem_file = open(filesystem_path, 'w+')
filesystem_file.write(migrate_object_dict[class_id]) filesystem_file.write(migrate_object_dict[class_id])
filesystem_file.seek(0) filesystem_file.seek(0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment