Skip to content

Commit a022e55

Browse files
author
jef
committed
fix #2620
git-svn-id: http://svn.osgeo.org/qgis/trunk@13235 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 96fd29b commit a022e55

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/plugins/grass/qgsgrassmodule.cpp

+7
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,13 @@ QStringList QgsGrassModule::execArguments( QString module )
131131
return arguments;
132132
}
133133

134+
#if defined(WIN32)
135+
if ( exe.endsWith( ".py" ) )
136+
{
137+
arguments.append( "python" );
138+
}
139+
#endif
140+
134141
arguments.append( exe );
135142

136143
return arguments;

0 commit comments

Comments
 (0)