Update add_word_to_spell_check.py

This commit is contained in:
chrys 2021-04-22 11:34:29 +02:00 committed by GitHub
parent 7fdd5878f2
commit 65fa0a54de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,6 @@ class command():
def run(self): def run(self):
if not initialized: if not initialized:
self.env['runtime']['outputManager'].presentText(_('pyenchant is not installed'), interrupt=True)
return return
if self.env['runtime']['settingsManager'].getSetting('general', 'spellCheckLanguage') != self.language: if self.env['runtime']['settingsManager'].getSetting('general', 'spellCheckLanguage') != self.language:
try: try: