Describe the bug
Loaded xml with one child-level rule selected, which is currently returning no errors. Page gets stuck on "Running analysis, this may take some time" (after leaving it for longer than it usually takes when all rules are selected!).
In the browser console there is a python error reported:
Describe the bug Loaded xml with one child-level rule selected, which is currently returning no errors. Page gets stuck on "Running analysis, this may take some time" (after leaving it for longer than it usually takes when all rules are selected!).
In the browser console there is a python error reported:
Proposed fix (Optional) I think the change made to cin_validator_class.py (https://github.com/data-to-insight/CIN-validator/pull/304/commits/33777b751c91a8bfd77fd3dcf6abee3c1feb0f35) here:
https://github.com/data-to-insight/CIN-validator/blob/0e392f0c8ca3668575e25d455acad74584450086/cin_validator/cin_validator_class.py#L80-L84
Needs following with a similar change here?
https://github.com/data-to-insight/CIN-validator/blob/0e392f0c8ca3668575e25d455acad74584450086/cin_validator/cin_validator_class.py#L130