[GRASS-SVN] r52267 - grass/trunk/scripts/i.landsat.rgb

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Jul 1 10:00:11 PDT 2012


Author: mmetz
Date: 2012-07-01 10:00:10 -0700 (Sun, 01 Jul 2012)
New Revision: 52267

Modified:
   grass/trunk/scripts/i.landsat.rgb/i.landsat.rgb.py
Log:
i.landsat.rgb: fix global variable

Modified: grass/trunk/scripts/i.landsat.rgb/i.landsat.rgb.py
===================================================================
--- grass/trunk/scripts/i.landsat.rgb/i.landsat.rgb.py	2012-07-01 13:17:59 UTC (rev 52266)
+++ grass/trunk/scripts/i.landsat.rgb/i.landsat.rgb.py	2012-07-01 17:00:10 UTC (rev 52267)
@@ -123,6 +123,8 @@
     full = flags['f']
     preserve = flags['p']
     reset = flags['r']
+    
+    global do_mp
 
     if flags['s']:
         do_mp = False



More information about the grass-commit mailing list