[QGIS Commit] r13235 - trunk/qgis/src/plugins/grass

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sat Apr 3 20:57:07 EDT 2010


Author: jef
Date: 2010-04-03 20:57:06 -0400 (Sat, 03 Apr 2010)
New Revision: 13235

Modified:
   trunk/qgis/src/plugins/grass/qgsgrassmodule.cpp
Log:
fix #2620

Modified: trunk/qgis/src/plugins/grass/qgsgrassmodule.cpp
===================================================================
--- trunk/qgis/src/plugins/grass/qgsgrassmodule.cpp	2010-04-03 21:50:25 UTC (rev 13234)
+++ trunk/qgis/src/plugins/grass/qgsgrassmodule.cpp	2010-04-04 00:57:06 UTC (rev 13235)
@@ -131,6 +131,13 @@
     return arguments;
   }
 
+#if defined(WIN32)
+  if ( exe.endsWith( ".py" ) )
+  {
+    arguments.append( "python" );
+  }
+#endif
+
   arguments.append( exe );
 
   return arguments;



More information about the QGIS-commit mailing list