projects
/
oweals
/
karmaworld.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1224297
)
another html source fix
author
Bryan
<btbonval@gmail.com>
Tue, 14 Jan 2014 09:07:01 +0000
(
04:07
-0500)
committer
Bryan
<btbonval@gmail.com>
Thu, 16 Jan 2014 01:30:33 +0000
(20:30 -0500)
karmaworld/apps/notes/management/commands/populate_s3.py
patch
|
blob
|
history
diff --git
a/karmaworld/apps/notes/management/commands/populate_s3.py
b/karmaworld/apps/notes/management/commands/populate_s3.py
index 632075cc7e471114cc584585341e0f5ec54dcb83..83c5d696a1ec9d1a5ceebbf5210cd19b764bb75d 100644
(file)
--- a/
karmaworld/apps/notes/management/commands/populate_s3.py
+++ b/
karmaworld/apps/notes/management/commands/populate_s3.py
@@
-39,7
+39,7
@@
class Command(BaseCommand):
# and some decent default settings chosen by django-storages.
print "Processing {0}".format(filepath)
- html = note.filter_html(html)
+ html = note.filter_html(
note.
html)
# S3 upload wants a file-like object.
htmlflo = StringIO(html)
# Create the new key (key == filename in S3 bucket)