Skip to content

chore: Fix py3.10 regex compile error - #1072

Merged
nathan-stender merged 4 commits into
mainfrom
nstender-fix-plus-plus
Sep 8, 2025
Merged

chore: Fix py3.10 regex compile error#1072
nathan-stender merged 4 commits into
mainfrom
nstender-fix-plus-plus

Conversation

@nathan-stender

Copy link
Copy Markdown
Collaborator

In python 3.10, re.compile fails when there is a "++" in the pattern, which can happen in unread data checker, since the columns can be anything (and scientific data can have ++'s)

@nathan-stender
nathan-stender marked this pull request as ready for review September 8, 2025 17:54
@nathan-stender
nathan-stender requested review from a team and slopez-b as code owners September 8, 2025 17:54
@nathan-stender
nathan-stender merged commit a4e46a3 into main Sep 8, 2025
7 checks passed
@nathan-stender
nathan-stender deleted the nstender-fix-plus-plus branch September 8, 2025 18:14
joshua-benchling pushed a commit that referenced this pull request Sep 15, 2025
In python 3.10, re.compile fails when there is a "++" in the pattern,
which can happen in unread data checker, since the columns can be
anything (and scientific data can have ++'s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants