Bug report #1784
r.report parsing bug
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | Lorenzo Masini | ||
Category: | GRASS | ||
Affected QGIS version: | Regression?: | No | |
Operating System: | All | Easy fix?: | No |
Pull Request or Patch supplied: | Resolution: | fixed | |
Crashes QGIS or corrupts data: | Copied to github as #: | 11844 |
Description
r.report gives an error when selecting more than one unit of measure. This is a trivial issue of missing commas between units values
r.report map=landuse96_28m@PERMANENT units=kh
ERROR: value <kh> out of range for parameter <units>
Legal range: mi,me,k,a,h,c,p
it should read:
r.report map=landuse96_28m@PERMANENT units=k,h
History
#1 Updated by Lorenzo Masini over 15 years ago
Fixed in ea0e14f8 (SVN r11098).
#2 Updated by Lorenzo Masini over 15 years ago
- Resolution set to fixed
- Status changed from Open to Closed