Skip to content

Commit 5dd86aa

Browse files
committed
[GRASS] removed absolute path from t.list, fixes #14241
1 parent 961c35a commit 5dd86aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/grass/qgsgrass.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1546,7 +1546,7 @@ QStringList QgsGrass::grassObjects( const QgsGrassObject& mapsetObject, QgsGrass
15461546
|| type == QgsGrassObject::Str3ds || type == QgsGrassObject::Stds )
15471547
{
15481548
#if GRASS_VERSION_MAJOR >= 7
1549-
QString cmd = gisbase() + "/scripts/t.list";
1549+
QString cmd = "t.list";
15501550

15511551
QStringList arguments;
15521552

0 commit comments

Comments
 (0)