summaryrefslogtreecommitdiff
path: root/py/demo/Ice/hello/Client.py
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2006-11-07 18:31:02 +0000
committerMark Spruiell <mes@zeroc.com>2006-11-07 18:31:02 +0000
commit7d06a2695583b537e988f2dd76c1cca61233520f (patch)
tree0d6ff5fcf87e86c71237fcac638b8e31b37dc847 /py/demo/Ice/hello/Client.py
parentAdded counter info (diff)
downloadice-7d06a2695583b537e988f2dd76c1cca61233520f.tar.bz2
ice-7d06a2695583b537e988f2dd76c1cca61233520f.tar.xz
ice-7d06a2695583b537e988f2dd76c1cca61233520f.zip
print exception
Diffstat (limited to 'py/demo/Ice/hello/Client.py')
-rw-r--r--py/demo/Ice/hello/Client.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/py/demo/Ice/hello/Client.py b/py/demo/Ice/hello/Client.py
index 59403755547..e3c1e7a9af6 100644
--- a/py/demo/Ice/hello/Client.py
+++ b/py/demo/Ice/hello/Client.py
@@ -115,6 +115,8 @@ class Client(Ice.Application):
menu()
except EOFError:
break
+ except Ice.Exception, ex:
+ print ex
return True