Closed pvgenuchten closed 1 month ago
I was wondering how to retrieve error message from a failed iso19139 parsing
in geohealthcheck i noticed this code
def perform(self): try: etree.fromstring( self.probe.response.content, parser=etree.XMLParser(huge_tree=CONFIG['GHC_LARGE_XML'])) except Exception: self.set_result(False, str(sys.exc_info()))
is this the acurate way to retrieve the error message of a failed xml parsing?
If so can we share this approach via documentation?
This Issue has been inactive for 90 days. In order to manage maintenance burden, it will be automatically closed in 7 days.
This Issue has been closed due to there being no activity for more than 90 days.
I was wondering how to retrieve error message from a failed iso19139 parsing
in geohealthcheck i noticed this code
is this the acurate way to retrieve the error message of a failed xml parsing?
If so can we share this approach via documentation?