debug-report_carbone-with-claude
This commit is contained in:
@@ -852,6 +852,9 @@ class IrActionsReportCarbone(models.Model):
|
||||
}
|
||||
res = self.call_carbone_endpoint(endpoint, params, raise_error)
|
||||
|
||||
if not isinstance(res, dict):
|
||||
return False
|
||||
|
||||
data_list = res.get("data")
|
||||
if not data_list:
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user