[GRASS-dev] GRASS 7: d.rast.leg bug

Hi,

using d.rast.leg I got this bug:

Traceback (most recent call last):
  File "/home/neteler/grass70/dist.x86_64-unknown-linux-gnu/scripts/d.rast.leg",
line 150, in <module>
    main()
  File "/home/neteler/grass70/dist.x86_64-unknown-linux-gnu/scripts/d.rast.leg",
line 114, in main
    make_frame(f, 90, 100, 80, 100)
  File "/home/neteler/grass70/dist.x86_64-unknown-linux-gnu/scripts/d.rast.leg",
line 77, in make_frame
    (ft, fb, fl, fr) = f
ValueError: need more than 0 values to unpack

Any ideas? Will be trivial...

Markus

Markus Neteler wrote:

using d.rast.leg I got this bug:

line 77, in make_frame
    (ft, fb, fl, fr) = f
ValueError: need more than 0 values to unpack

Any ideas? Will be trivial...

This is a result of d.info failing, which is due to r33172 being
incomplete ("cflag" still exists and is still tested but is no longer
initialised).

Fixed in r42344.

--
Glynn Clements <glynn@gclements.plus.com>