Explorar o código

Language parameter migh be missing in the wx file. Thanks to Luca Delucchi for spotting this.

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@59176 15284696-431f-4ddb-bdfa-cd5b030d7da7
Maris Nartiss %!s(int64=11) %!d(string=hai) anos
pai
achega
29d41a0bbf
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      lib/init/grass.py

+ 1 - 0
lib/init/grass.py

@@ -770,6 +770,7 @@ def set_language():
     except:
         # Language override has not been defined or is inaccessible
         return
+    language = 'None' # Such string sometimes is present in wx file
     for line in fd:
         if re.search('^language', line):
             line = line.rstrip('%s' % os.linesep)