You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
(Identified by @cmc333333 in #379)
Dev environment: current master [ 8366bcf ].
The 37 CFR 1 parse currently fails on FR 05-461 when attempting to add § 1.109.
To reproduce:
eregs clear rm -rf .eregs_index # bug, see #382 eregs --debug pipeline 37 1 output
You'll be dropped into the debugger at
regparser/notice/compiler.py:195
inadd_child()
. The error is reported as:The
new_el_sort
variable contains the new section number as an integer, whereas thesort_order
list contains tuples composed of strings:I'm definitely not sure, but it looks like the wrong parent node(s) are given to this function (Subpart A?).
The text was updated successfully, but these errors were encountered: