### What problem does this PR solve? #6081 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)tags/v0.18.0
| @classmethod | @classmethod | ||||
| @DB.connection_context() | @DB.connection_context() | ||||
| def update_parser_config(cls, id, config): | def update_parser_config(cls, id, config): | ||||
| if not config: | |||||
| return | |||||
| e, d = cls.get_by_id(id) | e, d = cls.get_by_id(id) | ||||
| if not e: | if not e: | ||||
| raise LookupError(f"Document({id}) not found.") | raise LookupError(f"Document({id}) not found.") |