controller: add mysteriously missing comment portion

Thanks to @tran-tien-dat
This commit is contained in:
Aldo Cortesi 2018-05-12 13:52:15 +12:00
parent 4b4d97412b
commit 449b8b383d

View File

@ -96,8 +96,8 @@ class Reply:
def commit(self):
"""
Ultimately, messages are committed. This is done either automatically by
if the message is not taken or manually by the entity which called
.take().
the handler if the message is not taken or manually by the entity which
called .take().
"""
if self.state != "taken":
raise exceptions.ControlException(