From 527a6d6b5c0dbd0bc0cec55616a44d960c4cabab Mon Sep 17 00:00:00 2001 From: Alexandre Morignot Date: Tue, 2 Dec 2014 15:49:49 +0100 Subject: [PATCH] [boobcoming] handle error correctly in do_attends --- weboob/applications/boobcoming/boobcoming.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/weboob/applications/boobcoming/boobcoming.py b/weboob/applications/boobcoming/boobcoming.py index 679e81c4..d064ba67 100644 --- a/weboob/applications/boobcoming/boobcoming.py +++ b/weboob/applications/boobcoming/boobcoming.py @@ -364,7 +364,8 @@ class Boobcoming(ReplApplication): l = self.retrieve_events(args[0]) for event in l: - self.do('attends_event', event, True) + # we wait till the work be done, else the errors are not handled + self.do('attends_event', event, True).wait() def do_unattends(self, line): """