Skip to content
Permalink
Browse files
missed comma
  • Loading branch information
alexbruy committed Feb 11, 2013
1 parent 8970a1f commit 4fe2074
Showing 1 changed file with 1 addition and 1 deletion.
@@ -801,7 +801,7 @@ def __str__(self):
def setProcessEnvironment(process):
envvar_list = {
"PATH" : getGdalBinPath(),
"PYTHONPATH" : getGdalPymodPath()
"PYTHONPATH" : getGdalPymodPath(),
"GDAL_FILENAME_IS_UTF8" : "NO"
}

0 comments on commit 4fe2074

Please sign in to comment.