Loading testing/check_xsd.py +1 −0 Original line number Diff line number Diff line Loading @@ -188,6 +188,7 @@ if __name__ == '__main__': except Exception as ex: errorCount += 1 print (f" {instanceDoc} : {str(ex)}") print ("-----------------------------") print (f"{errorCount} instance doc errors detected") print ("=============================") exit(errorCount) Loading
testing/check_xsd.py +1 −0 Original line number Diff line number Diff line Loading @@ -188,6 +188,7 @@ if __name__ == '__main__': except Exception as ex: errorCount += 1 print (f" {instanceDoc} : {str(ex)}") print ("-----------------------------") print (f"{errorCount} instance doc errors detected") print ("=============================") exit(errorCount)