[GRASS-dev] [GRASS GIS] #2409: last call for options keys consolidation

GRASS GIS trac at osgeo.org
Sun Sep 7 20:03:46 PDT 2014


#2409: last call for options keys consolidation
----------------------------------+-----------------------------------------
 Reporter:  martinl               |       Owner:  grass-dev@…              
     Type:  task                  |      Status:  new                      
 Priority:  blocker               |   Milestone:  7.0.0                    
Component:  Default               |     Version:  unspecified              
 Keywords:  standardized options  |    Platform:  Unspecified              
      Cpu:  Unspecified           |  
----------------------------------+-----------------------------------------

Comment(by neteler):

 Excluded yes, but then it breaks:

 (note: I use the Euro sign as field separator for the CSV file since most
 of the chars are taken)

 {{{
 GRASS 7.1.svn (nc_spm_08_grass7):~/software/grass-sandbox/martinl > python
 print_module_parameters_csv.py
 ...
 g.mremove€f€Force removal (required for actual deletion of files)
 g.mremove€b€Remove base raster maps
 g.mremove€type€Data type(s)
 g.mremove€pattern€Map name search pattern
 g.mremove€exclude€Map name exclusion pattern (default: none)
 Traceback (most recent call last):
   File "print_module_parameters_csv.py", line 23, in <module>
     main()
   File "print_module_parameters_csv.py", line 12, in main
     task = gtask.grassTask(cmd)
   File "/home/neteler/software/grass71/dist.x86_64-unknown-linux-
 gnu/etc/python/grass/script/task.py", line 70, in __init__
     self.errorMsg = e.value
 AttributeError: 'ScriptError' object has no attribute 'value'
 }}}

-- 
Ticket URL: <http://trac.osgeo.org/grass/ticket/2409#comment:4>
GRASS GIS <http://grass.osgeo.org>



More information about the grass-dev mailing list