Skip to content

Commit 622e692

Browse files
committed
make readstring exit on error too
maybe this should be programmable ...
1 parent 6a10f20 commit 622e692

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

command.py

+1
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ def __init__(self, s):
170170

171171
def handle(self, exception):
172172
print exception
173+
sys.exit( -1 )
173174

174175
def __enter__(self):
175176
return self

0 commit comments

Comments
 (0)