aboutsummaryrefslogtreecommitdiffstats
path: root/tools/python/xen/xm
diff options
context:
space:
mode:
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>2005-11-15 18:47:39 +0100
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>2005-11-15 18:47:39 +0100
commit9773f5386e655c7c6fb42fffc1b948d8c1595342 (patch)
tree059c47130405b5d9eff9c9cddbf39aaad3150608 /tools/python/xen/xm
parentadea335ead7373a325e431b4fa14c3f5af738a8c (diff)
downloadxen-9773f5386e655c7c6fb42fffc1b948d8c1595342.tar.gz
xen-9773f5386e655c7c6fb42fffc1b948d8c1595342.tar.bz2
xen-9773f5386e655c7c6fb42fffc1b948d8c1595342.zip
Remove the handling of TypeError inside gather. It is not thrown by int()
when given a non-convertible value, as claimed by the comment, as the exception ValueError is thrown in that situation. TypeError is only thrown on int(None), which cannot actually take place in this code, because of the explicit check for None. Signed-off-by: Ewan Mellor <ewan@xensource.com>
Diffstat (limited to 'tools/python/xen/xm')
0 files changed, 0 insertions, 0 deletions