Skip to content

Commit 4fe2074

Browse files
committedFeb 11, 2013
missed comma
1 parent 8970a1f commit 4fe2074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/plugins/GdalTools/tools/GdalTools_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ def __str__(self):
801801
def setProcessEnvironment(process):
802802
envvar_list = {
803803
"PATH" : getGdalBinPath(),
804-
"PYTHONPATH" : getGdalPymodPath()
804+
"PYTHONPATH" : getGdalPymodPath(),
805805
"GDAL_FILENAME_IS_UTF8" : "NO"
806806
}
807807

0 commit comments

Comments
 (0)
Please sign in to comment.