small fix to debug indicating database no longer stores HTML
authorBryan <btbonval@gmail.com>
Fri, 17 Jan 2014 05:31:06 +0000 (00:31 -0500)
committerBryan <btbonval@gmail.com>
Fri, 17 Jan 2014 05:31:06 +0000 (00:31 -0500)
karmaworld/apps/notes/management/commands/import_ocw_json.py

index 93659027cae16a793484d89c8348df740f6c969e..85a9d3c1ee8439b771dbb23a8431e35b9de93ce0 100644 (file)
@@ -166,7 +166,7 @@ class Command(BaseCommand):
                         # Do tags separately
                         dbnote.tags.add('mit-ocw','karma')
 
-                        print "Converting document and saving note to database."
+                        print "Converting document and saving note to S3."
                         try:
                             convert_raw_document(dbnote)
                         except ValueError, e: