projects
/
pyassuan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afdaeda
)
In make_request, AssuanClient has no attribute 'stop'.
author
W. Trevor King
<wking@drexel.edu>
Fri, 23 Mar 2012 01:40:00 +0000
(21:40 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Fri, 23 Mar 2012 01:40:00 +0000
(21:40 -0400)
pyassuan/client.py
patch
|
blob
|
history
diff --git
a/pyassuan/client.py
b/pyassuan/client.py
index 0be94881aeaef273367bf9599f890e13a4e14d6e..8bdd786da95589938119a96c9df02577b3cae80b 100644
(file)
--- 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]