def __main_push_cib_diff(self, cmd_runner): cib_diff_xml = diff_cibs_xml( cmd_runner, self.report_processor, self.__loaded_cib_diff_source, etree_to_str(self.__loaded_cib_to_modify), ) if cib_diff_xml: push_cib_diff_xml(cmd_runner, cib_diff_xml)
def __main_push_cib_diff(self, cmd_runner): cib_diff_xml = diff_cibs_xml( cmd_runner, self.report_processor, self.__loaded_cib_diff_source, etree_to_str(self.__loaded_cib_to_modify) ) if cib_diff_xml: push_cib_diff_xml(cmd_runner, cib_diff_xml)