Skip to content

Commit

Permalink
need compiler badly
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain Slootmaekers committed Mar 28, 2014
1 parent 1dcf423 commit 89012d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def render_rst(in_, out):
settings=None, settings_spec=None, settings_overrides=RST_SETTINGS,
config_section=None, enable_exit_status=False)

title = doc.document['title']
title = doc.document.get('title', "???")

document = lxml.html.fromstring(text)

Expand Down

0 comments on commit 89012d8

Please sign in to comment.