267
267
print >>err_file, "bzr: broken pipe"
268
268
elif isinstance(exc_object, KeyboardInterrupt):
269
269
print >>err_file, "bzr: interrupted"
271
271
report_user_error(exc_info, err_file)
272
272
elif isinstance(exc_object, (OSError, IOError)):
273
273
# Might be nice to catch all of these and show them as something more