[GRASS-SVN] r65081 - grass-addons/grass7/raster/r.vif

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Apr 16 05:27:17 PDT 2015


Author: pvanbosgeo
Date: 2015-04-16 05:27:17 -0700 (Thu, 16 Apr 2015)
New Revision: 65081

Modified:
   grass-addons/grass7/raster/r.vif/r.vif.py
Log:
correction

Modified: grass-addons/grass7/raster/r.vif/r.vif.py
===================================================================
--- grass-addons/grass7/raster/r.vif/r.vif.py	2015-04-16 12:26:58 UTC (rev 65080)
+++ grass-addons/grass7/raster/r.vif/r.vif.py	2015-04-16 12:27:17 UTC (rev 65081)
@@ -42,7 +42,8 @@
 #% multiple: yes
 #%end
 
-#%option G_OPT_F_BIN_INPUT
+#%option G_OPT_F_OUTPUT
+#% key:file
 #% description: Name of output text file
 #% key_desc: name
 #% required: no
@@ -103,7 +104,7 @@
     IPF = options['maps']
     IPF = IPF.split(',')
     IPFn = [i.split('@')[0] for i in IPF]
-    OPF = options['output']
+    OPF = options['file']
     if OPF == '':
         OPF = tempfile.mkstemp()[1]
     NSP = options['nsp']



More information about the grass-commit mailing list