]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Bad exception clauses order
authorRavi Shekhar Jethani <ravishekar.jethani@nttdata.com>
Tue, 17 Nov 2015 09:07:48 +0000 (01:07 -0800)
committerRavi Shekhar Jethani <ravishekar.jethani@nttdata.com>
Tue, 17 Nov 2015 09:45:56 +0000 (01:45 -0800)
commit8faa0a8fdcf6398d1127c14f26d10e863143d638
tree8280f03b90459fe493964fc6751c511d82d5ee57
parentdb2d27bf8b8770503d5f166f19898a48303e74ab
Bad exception clauses order

A superclass exception (error) is being handled before
a sub class exception(SSLError) which is making the latter
exception clause unreachable. Corrected the order of these
exception clauses.

Trivial Fix
Change-Id: I82e6f4984b095f50cdd7ffccd9af60ce75d41f7f
cinder/volume/drivers/emc/emc_vmax_https.py