Skip to content

Commit

Permalink
[CLEANUP]
Browse files Browse the repository at this point in the history
  • Loading branch information
ierror committed Jun 17, 2012
1 parent 65f9506 commit 3940c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beautifulmind/mindmap/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def map_export_form(request, mindmap_pk):
else:
export_file = default_storage.save('%s%s-%s.%s' % (
EXPORTS_SAVE_PATH,
datetime.now().strftime("%Y-%m-%d_%H%M%S"),
datetime.now().strftime('%Y-%m-%d_%H%M%S'),
mindmap.slug, export_format),
ContentFile(tmpfile.file.read())
)
Expand Down

0 comments on commit 3940c0a

Please sign in to comment.