Skip to content

Commit

Permalink
Add missing docstring
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jul 30, 2017
1 parent d5941cb commit 4a72631
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nikola/plugins/command/auto/__init__.py
Expand Up @@ -281,6 +281,7 @@ def run_nikola_build(self, event):

@asyncio.coroutine
def run_rebuild_queue(self):
"""Run rebuilds from a queue (Nikola can only build in a single instance)."""
while True:
date, event_path = yield from self.rebuild_queue.get()
if date is None:
Expand Down

0 comments on commit 4a72631

Please sign in to comment.