mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-16 00:03:12 -04:00
[GRASS] removed absolute path from t.list, fixes #14241
This commit is contained in:
parent
961c35aeb5
commit
5dd86aabfa
@ -1546,7 +1546,7 @@ QStringList QgsGrass::grassObjects( const QgsGrassObject& mapsetObject, QgsGrass
|
|||||||
|| type == QgsGrassObject::Str3ds || type == QgsGrassObject::Stds )
|
|| type == QgsGrassObject::Str3ds || type == QgsGrassObject::Stds )
|
||||||
{
|
{
|
||||||
#if GRASS_VERSION_MAJOR >= 7
|
#if GRASS_VERSION_MAJOR >= 7
|
||||||
QString cmd = gisbase() + "/scripts/t.list";
|
QString cmd = "t.list";
|
||||||
|
|
||||||
QStringList arguments;
|
QStringList arguments;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user