Skip to content

Commit

Permalink
documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Chris “Kwpolska” Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Sep 6, 2014
1 parent 32fad59 commit 659d539
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions AUTHORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ numshub <https://github.com/numshub>
onnodb <https://github.com/onnodb>
pabluk <https://github.com/pabluk>
punchagan <https://github.com/punchagan>
pwm1234 <https://github.com/pwm1234>
quijot <https://github.com/quijot>
quodlibetor <https://github.com/quodlibetor>
quoth <https://github.com/quoth>
Expand Down
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ New in master
Features
--------

* Error out when reST gists cannot be downloaded (Issue #1402)
* Added a “Skip to content” link for accessibility (Issue #1345)
* Added ``minify_lines`` filter to strip leading whitespace and empty lines
* Added Google Closure Compiler JavaScript filter
Expand Down
3 changes: 1 addition & 2 deletions nikola/plugins/compile/rest/gist.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ def get_raw_gist(self, gistID):
try:
return requests.get(url).text
except requests.exceptions.RequestException:
raise self.error('cannot get gist for url=<{'
'0}>'.format(url))
raise self.error('Cannot get gist for url={0}'.format(url))

def run(self):
if 'https://' in self.arguments[0]:
Expand Down

0 comments on commit 659d539

Please sign in to comment.