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
For my work, I had to be able to specify utf-8 encoding for the ignore file.
Due to the current craziness about default file encoding, my solution was to do the same as is done in the configparser python standard module. That required a change to 2 lines-