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

Regex exceptions should be caught #35

Open
philerooski opened this issue Jan 25, 2018 · 0 comments
Open

Regex exceptions should be caught #35

philerooski opened this issue Jan 25, 2018 · 0 comments
Assignees

Comments

@philerooski
Copy link
Collaborator

philerooski commented Jan 25, 2018

re.compile can throw an exception if passed a malformed regex and interrupt whatever process the user might have been in the middle of (like adding a key column to the data view). We should just catch this and ask the user to fix the regex.

@philerooski philerooski self-assigned this Jan 25, 2018
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

No branches or pull requests

1 participant