mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-15 00:07:25 -05:00
missed comma
This commit is contained in:
parent
8970a1fde5
commit
4fe2074de4
@ -801,7 +801,7 @@ class Version:
|
||||
def setProcessEnvironment(process):
|
||||
envvar_list = {
|
||||
"PATH" : getGdalBinPath(),
|
||||
"PYTHONPATH" : getGdalPymodPath()
|
||||
"PYTHONPATH" : getGdalPymodPath(),
|
||||
"GDAL_FILENAME_IS_UTF8" : "NO"
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user