mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
Remove incorrect 'raise'.
Fixes bug 1096102. Change-Id: Ibcdccd949566f47bb516c7562149d6b0100fce18
This commit is contained in:
parent
c1ea298904
commit
df34db8afb
1 changed files with 0 additions and 2 deletions
|
|
@ -211,8 +211,6 @@ class ShowEndpoint(show.ShowOne):
|
|||
msg = "No service with a type, name or ID of '%s' exists" \
|
||||
% parsed_args.service
|
||||
raise exceptions.CommandError(msg)
|
||||
else:
|
||||
raise
|
||||
|
||||
data = identity_client.endpoints.list()
|
||||
for ep in data:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue