In make_request, AssuanClient has no attribute 'stop'.
[pyassuan.git] / pyassuan / client.py
index 0be94881aeaef273367bf9599f890e13a4e14d6e..8bdd786da95589938119a96c9df02577b3cae80b 100644 (file)
@@ -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]