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
The issue seems to be the second line of -. It looks like it's something to do with the definition of dashed_separator. I tried changing it to (("-" * 75) + NL | ("-" * 76) + NL | StringEnd()).suppress(), but it didn't work. If I change it to (("-" * 76) + NL | StringEnd()).suppress() it works for that line but then the other reports aren't parsed correctly.
The text was updated successfully, but these errors were encountered:
I get an error with the following
errpt -a
output.The contents of
broken.raw
is:The issue seems to be the second line of
-
. It looks like it's something to do with the definition ofdashed_separator
. I tried changing it to(("-" * 75) + NL | ("-" * 76) + NL | StringEnd()).suppress()
, but it didn't work. If I change it to(("-" * 76) + NL | StringEnd()).suppress()
it works for that line but then the other reports aren't parsed correctly.The text was updated successfully, but these errors were encountered: