Skip to content

Commit fc19dff

Browse files
pmav99m-kuhn
authored andcommitted
Stop hardcoding "grass6" in GISRC path. (#30330)
References #30238
1 parent 59e31df commit fc19dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/grass/qgsgrass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -916,7 +916,7 @@ QString QgsGrass::openMapset( const QString &gisdbase,
916916
QFileInfo info( mapsetPath );
917917
QString user = info.owner();
918918

919-
sTmp = QDir::tempPath() + "/grass6-" + user + "-" + QString::number( pid );
919+
sTmp = QDir::tempPath() + "/grass-" + user + "-" + QString::number( pid );
920920
QDir dir( sTmp );
921921
if ( dir.exists() )
922922
{

0 commit comments

Comments
 (0)