summaryrefslogtreecommitdiff
path: root/openstack_dashboard/dashboards/admin/domains/tables.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_dashboard/dashboards/admin/domains/tables.py')
-rw-r--r--openstack_dashboard/dashboards/admin/domains/tables.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack_dashboard/dashboards/admin/domains/tables.py b/openstack_dashboard/dashboards/admin/domains/tables.py
index 702cefe73..66972c35f 100644
--- a/openstack_dashboard/dashboards/admin/domains/tables.py
+++ b/openstack_dashboard/dashboards/admin/domains/tables.py
@@ -111,7 +111,7 @@ class SetDomainContext(tables.Action):
messages.success(request,
_('Domain Context updated to Domain %s.') %
domain.name)
- except:
+ except Exception:
messages.error(request,
_('Unable to set Domain Context.'))