Skip to content

Commit

Permalink
added docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Aug 5, 2015
1 parent ac9e088 commit 32845cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nikola/plugins/command/auto/__init__.py
Expand Up @@ -433,6 +433,7 @@ def on_any_event(self, event):


def finish_response(self):
"""Monkeypatched finish_response that ignores broken pipes."""
try:
f(self)
except EX: # Client closed the connection, not a real error
Expand Down

0 comments on commit 32845cd

Please sign in to comment.