update izi and common misc

This commit is contained in:
Ivan Office
2023-10-24 17:52:09 +08:00
parent 16e168337e
commit 0bb89d760f
4 changed files with 74 additions and 41 deletions

View File

@@ -23,7 +23,7 @@ def app_relaxng(view_type):
relaxng_doc = etree.parse(frng)
_relaxng_cache[view_type] = etree.RelaxNG(relaxng_doc)
except Exception:
_logger.error('Failed to load RelaxNG XML schema for views validation')
_logger.error('You can Ignore this. Failed to load RelaxNG XML schema for views validation')
_relaxng_cache[view_type] = None
return _relaxng_cache[view_type]