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
File "/usr/local/lib/python3.7/site-packages/setzer/app/settings.py", line 83, in set_defaults
self.defaults['preferences']['spellchecking_language_code'] = Gspell.Language.get_default().get_code()
AttributeError: 'NoneType' object has no attribute 'get_code'
Probably shouldn't crash? Maybe check the result of get_default..
The text was updated successfully, but these errors were encountered:
..currently fails:
Probably shouldn't crash? Maybe check the result of
get_default..The text was updated successfully, but these errors were encountered: