Skip to content

Commit

Permalink
missing docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Mar 8, 2016
1 parent db08856 commit b8e0973
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nikola/plugins/basic_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ def write_content(cls, filename, content, rewrite_html=True):

@classmethod
def write_post(cls, filename, content, headers, compiler, rewrite_html=True):
"""Ask the specified compiler to write the post to disk."""
if rewrite_html:
try:
doc = html.document_fromstring(content)
Expand Down

0 comments on commit b8e0973

Please sign in to comment.