Bug: valetc not defined in thing.py _genericDescribe

"Shprentz, Joel [C] " <[email protected]> Mon, 4 Mar 2002 15:54:23 -0500
Newsgroups gmane.comp.sysutils.ark.devel
Message-ID <[email protected]>
I tried the describe method on several objects.  All fail with a problem in
thing.py.  In the sample run below, I try to describe team sidai.

intelink6% ark team describe --verbose --use-deps=max sidai < /dev/null

> describe on sidai ( not done before )
  [FROM: code - sidai:team [? + 2001.09.08 08:34.19] ]
>> host: intelink6 [for hosts: ALL]

> sidai
failing code:<< 
import os,sys
VERBOSE='-v'
PRETEND=''
KEEP_GOING=''
HARD_UNDO=''
os.environ['PATH']='/usr/local/bin:/usr/ccs/bin:/usr/bin:/bin:/usr/sbin:/sbi
n:/src/try-ark/our/bin' # don't leave PATH to chance!
OK = thing._genericDescribe()


>>
Traceback (innermost last):
  File "/src/try-ark/ark-deploy-host1/arkbase/share/ark/ark/thing.py", line
1865, in go
    exec use_code
  File "<string>", line 8, in ?
  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