Searched refs:report_root (Results 1 – 1 of 1) sorted by relevance
394 def _remove_extra_detail_from_report(self, report_root): argument397 self._remove_children_with_tag(report_root, tag)399 for report in report_root:444 report_root = ET.fromstring(err.output.decode("utf-8"))445 self._remove_extra_detail_from_report(report_root)446 self.log.info(ET.tostring(report_root).decode("utf-8"))