Opened 9 years ago

Closed 8 years ago

#2612 closed defect (fixed)

pygrass: grid module still contains references to old type names

Reported by: mlennert Owned by: grass-dev@…
Priority: normal Milestone: 7.0.3
Component: Python Version: svn-trunk
Keywords: pygrass grid type Cc:
CPU: Unspecified Platform: Unspecified

Description

The grid module in pygrass still calls types as 'rast' and 'vect', instead of 'raster' and 'vector'.

IIUC, the attached patch should solve this, but as I'm not sure of possible consequences, I'd rather have someone who knows pygrass better look over it.

Attachments (1)

pygrass_grid.patch (1.7 KB ) - added by mlennert 9 years ago.

Download all attachments as: .zip

Change History (5)

by mlennert, 9 years ago

Attachment: pygrass_grid.patch added

comment:1 by mlennert, 9 years ago

Component: DefaultPython

comment:2 by neteler, 9 years ago

Milestone: 7.0.17.0.2

Ticket retargeted after 7.0.1 milestone closed

comment:3 by neteler, 8 years ago

Milestone: 7.0.27.0.3

Ticket retargeted after milestone closed

comment:4 by neteler, 8 years ago

Resolution: fixed
Status: newclosed

Fixed in r67250 and r67251.

In future, please provide patches from the root source directory as it simplifies patching.

Thanks, closing.

Note: See TracTickets for help on using tickets.