Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix overriding config exclusion regexes from other instance #237

Merged
merged 2 commits into from
Oct 19, 2023

Conversation

netromdk
Copy link
Owner

The set of exclusion regexes were copied as strings instead of being recreated as compiled regex instances.

This fixes #236.

@coveralls
Copy link

coveralls commented Oct 19, 2023

Coverage Status

coverage: 99.754%. remained the same when pulling 9612b7c on issue-236 into 7441f2e on master.

@netromdk netromdk merged commit a0647aa into master Oct 19, 2023
25 checks passed
@netromdk netromdk deleted the issue-236 branch October 19, 2023 15:41
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.

AttributeError: 'str' object has no attribute 'search'
2 participants