]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/controllers/grafana.py
import 14.2.4 nautilus point release
[ceph.git] / ceph / src / pybind / mgr / dashboard / controllers / grafana.py
index bb3e3a1e4a4b5e915fe0d0c656721515cf9deb29..0d4331ff246372348aafc8378db7b019062dd42c 100644 (file)
@@ -36,7 +36,7 @@ class Grafana(BaseController):
             response['success'] = push_local_dashboards()
         except Exception as e:  # pylint: disable=broad-except
             raise DashboardException(
-                msg=e.message,
+                msg=str(e),
                 component='grafana',
                 http_status_code=500,
             )