summaryrefslogtreecommitdiff
path: root/py
diff options
context:
space:
mode:
Diffstat (limited to 'py')
-rw-r--r--py/demo/IceStorm/clock/Publisher.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/py/demo/IceStorm/clock/Publisher.py b/py/demo/IceStorm/clock/Publisher.py
index 0c243f515ab..fb5451f34f1 100644
--- a/py/demo/IceStorm/clock/Publisher.py
+++ b/py/demo/IceStorm/clock/Publisher.py
@@ -82,6 +82,9 @@ class Publisher(Ice.Application):
while 1:
clock.tick(time.strftime("%m/%d/%Y %H:%M:%S"))
time.sleep(1)
+ except IOError, e:
+ # Ignore
+ pass
except Ice.CommunicatorDestroyedException, e:
# Ignore
pass