)]}'
{"cloudkittydashboard/dashboards/admin/hashmap/views.py":[{"author":{"_account_id":34975,"name":"Jaromír Wysoglad","email":"jwysogla@redhat.com","username":"jwysogla"},"change_message_id":"1d7fe0049e487cff98000db4f642b7ef964e8b46","unresolved":true,"context_lines":[{"line_number":40,"context_line":"            try:"},{"line_number":41,"context_line":"                service \u003d manager.info.get_metric(metric_name\u003ds[\u0027name\u0027])"},{"line_number":42,"context_line":"                unit \u003d service[\u0027unit\u0027]"},{"line_number":43,"context_line":"            except Exception:"},{"line_number":44,"context_line":"                unit \u003d \"-\""},{"line_number":45,"context_line":""},{"line_number":46,"context_line":"            list_services.append({"}],"source_content_type":"text/x-python","patch_set":2,"id":"9a3ea8d9_37414328","line":43,"updated":"2026-01-28 10:34:05.000000000","message":"I don\u0027t think we should use `except Exception` if we can get around it as this will catch literally everything, even exceptions pointing to legitimate issues.\n\nInstead of catching Exception, can we just add an additional exception here that\u0027s causing the issues you\u0027re seeing? Something like `except (exceptions.NotFound, \u003cckclient exception module\u003e.HttpError)`","commit_id":"b87ec63a2ad663713b1fd1f821a91df3ff064e63"},{"author":{"_account_id":34975,"name":"Jaromír Wysoglad","email":"jwysogla@redhat.com","username":"jwysogla"},"change_message_id":"ed4e4a449f7de76896137bbdcab70af1861c22fa","unresolved":false,"context_lines":[{"line_number":40,"context_line":"            try:"},{"line_number":41,"context_line":"                service \u003d manager.info.get_metric(metric_name\u003ds[\u0027name\u0027])"},{"line_number":42,"context_line":"                unit \u003d service[\u0027unit\u0027]"},{"line_number":43,"context_line":"            except Exception:"},{"line_number":44,"context_line":"                unit \u003d \"-\""},{"line_number":45,"context_line":""},{"line_number":46,"context_line":"            list_services.append({"}],"source_content_type":"text/x-python","patch_set":2,"id":"00b3d06c_df0471ac","line":43,"in_reply_to":"9a3ea8d9_37414328","updated":"2026-02-03 14:24:05.000000000","message":"Done","commit_id":"b87ec63a2ad663713b1fd1f821a91df3ff064e63"}]}
