From: W. Trevor King Date: Fri, 23 Mar 2012 01:40:00 +0000 (-0400) Subject: In make_request, AssuanClient has no attribute 'stop'. X-Git-Tag: v0.2~21 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c2567ae1217227e88e54dd2e41e3472ad014989c;p=pyassuan.git In make_request, AssuanClient has no attribute 'stop'. --- diff --git a/pyassuan/client.py b/pyassuan/client.py index 0be9488..8bdd786 100644 --- a/pyassuan/client.py +++ b/pyassuan/client.py @@ -68,8 +68,7 @@ class AssuanClient (object): try: self.output.flush() except IOError: - if not self.stop: - raise + raise responses = list(self.responses()) if responses[-1].type == 'ERR': eresponse = responses[-1]