-
-
Notifications
You must be signed in to change notification settings - Fork 298
Closed
Description
With the release of 3.2.2, our CI started to fail.
I currently don't have an MRE, but I have tracked the problem to this commit: b6719a6 and these lines, now always run wheres before this commit only ran if content is None (the indention was changed in this PR)
pyparsing/pyparsing/helpers.py
Lines 547 to 550 in b0a8be6
| if ParserElement.DEFAULT_WHITE_CHARS: | |
| content.set_parse_action( | |
| lambda t: t[0].strip(ParserElement.DEFAULT_WHITE_CHARS) | |
| ) |
I don't know if this is expected behavior or a bug. If it is expected behavior, I would love to see a way to restore the old behavior.
luisglft
Metadata
Metadata
Assignees
Labels
No labels