Skip to content

Commit

Permalink
missed comma
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Feb 11, 2013
1 parent 8970a1f commit 4fe2074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/GdalTools/tools/GdalTools_utils.py
Expand Up @@ -801,7 +801,7 @@ def __str__(self):
def setProcessEnvironment(process):
envvar_list = {
"PATH" : getGdalBinPath(),
"PYTHONPATH" : getGdalPymodPath()
"PYTHONPATH" : getGdalPymodPath(),
"GDAL_FILENAME_IS_UTF8" : "NO"
}

Expand Down

0 comments on commit 4fe2074

Please sign in to comment.