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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: