Re: Bug: valetc not defined in thing.py _genericDescribe

Will Partain <[email protected]> Mon, 04 Mar 2002 21:10:58 +0000
Newsgroups gmane.comp.sysutils.ark.devel
Message-ID <[email protected]>
Joel S catches a bug:

>   File "/src/try-ark/ark-deploy-host1/arkbase/share/ark/ark/thing.py", line
> 701, in _genericDescribe
>     print '%s\n\ttype:\t%s\n\tvalue:\t%s\n\tprov:\t%s\n\tdeps:\t%s\n' % (
> NameError: valetc

No doubt about that one :-(  _genericDescribe is kinda
useless, and has suffered bit-rot.

It will be fixed.  Thanks for an excellent report.

(If you're understanding *why* that code was run, and are
learning not to panic in the fact of python stack traces,
then you're doing great.)

Will