Fix issue #1096 and remove a couple of error ourputs
This commit is contained in:
@@ -360,7 +360,7 @@ class Config:
|
||||
# Check the availability of optional packages
|
||||
self._checkOptionalPackages()
|
||||
|
||||
if self.spellLanguage is None:
|
||||
if not self.spellLanguage:
|
||||
self.spellLanguage = "en"
|
||||
|
||||
# Look for a PDF version of the manual
|
||||
|
||||
Reference in New Issue
Block a user