Searched refs:report_root (Results 1 – 1 of 1) sorted by relevance
407 def _remove_extra_detail_from_report(self, report_root): argument410 self._remove_children_with_tag(report_root, tag)412 for report in report_root:457 report_root = ET.fromstring(err.output.decode("utf-8"))458 self._remove_extra_detail_from_report(report_root)459 self.log.info(ET.tostring(report_root).decode("utf-8"))