File tree 2 files changed +4
-4
lines changed
python/plugins/processing/algs
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -91,8 +91,8 @@ def grassPath():
91
91
folder = None
92
92
if folder is None :
93
93
if isWindows ():
94
- if "OSGEO4W_ROOT" in environ :
95
- testfolder = os .path .join (unicode (environ ['OSGEO4W_ROOT' ]), "apps" , "grass" )
94
+ if "OSGEO4W_ROOT" in os . environ :
95
+ testfolder = os .path .join (unicode (os . environ ['OSGEO4W_ROOT' ]), "apps" , "grass" )
96
96
else :
97
97
testfolder = unicode (QgsApplication .prefixPath ())
98
98
testfolder = os .path .join (testfolder , 'grass' )
Original file line number Diff line number Diff line change @@ -88,8 +88,8 @@ def grassPath():
88
88
folder = None
89
89
if folder is None :
90
90
if isWindows ():
91
- if "OSGEO4W_ROOT" in environ :
92
- testfolder = os .path .join (unicode (environ ['OSGEO4W_ROOT' ]), "apps" , "grass" )
91
+ if "OSGEO4W_ROOT" in os . environ :
92
+ testfolder = os .path .join (unicode (os . environ ['OSGEO4W_ROOT' ]), "apps" , "grass" )
93
93
else :
94
94
testfolder = unicode (QgsApplication .prefixPath ())
95
95
testfolder = os .path .join (testfolder , 'grass' )
You can’t perform that action at this time.
0 commit comments