Searched refs:report_root (Results 1 – 1 of 1) sorted by relevance
237 def _remove_extra_detail_from_report(self, report_root): argument240 self._remove_children_with_tag(report_root, tag)242 for report in report_root:287 report_root = ET.fromstring(err.output.decode("utf-8"))288 self._remove_extra_detail_from_report(report_root)289 self.log.info(ET.tostring(report_root).decode("utf-8"))