Re: Dictionaries -- ahh the fun.. (newbie help)

2006-05-10 Thread Gerard Flanagan
rh0dium wrote: > Hi all, > > Can someone help me out. I am trying to determing for each run whether > or not the test should pass or fail but I can't seem to access the > results .. > > Alternatively can someone suggest a better structure ( and a lesson as > to the reasoning ) that would be great

Re: Dictionaries -- ahh the fun.. (newbie help)

2006-05-09 Thread Bruno Desthuilliers
rh0dium a écrit : > Hi all, > > Can someone help me out. I am trying to determing for each run whether > or not the test should pass or fail but I can't seem to access the > results .. > (snip) > cells={} > > cells["NOR3X1"]= { > 'run' : [ 'lvs', 'drc' ], >

Re: Dictionaries -- ahh the fun.. (newbie help)

2006-05-09 Thread Scott David Daniels
rh0dium wrote: > Hi all, > > Can someone help me out. I am trying to determing for each run whether > or not the test should pass or fail but I can't seem to access the > results .. > > Alternatively can someone suggest a better structure ( and a lesson as > to the reasoning ) that would be grea

Re: Dictionaries -- ahh the fun.. (newbie help)

2006-05-09 Thread BJörn Lindqvist
> Can someone help me out. I am trying to determing for each run whether > or not the test should pass or fail but I can't seem to access the > results .. > > Alternatively can someone suggest a better structure ( and a lesson as > to the reasoning ) that would be great too!! Flat is better than

Re: Dictionaries -- ahh the fun.. (newbie help)

2006-05-09 Thread James Stroud
rh0dium wrote: > Hi all, > > Can someone help me out. I am trying to determing for each run whether > or not the test should pass or fail but I can't seem to access the > results .. > > Alternatively can someone suggest a better structure ( and a lesson as > to the reasoning ) that would be grea

Dictionaries -- ahh the fun.. (newbie help)

2006-05-09 Thread rh0dium
Hi all, Can someone help me out. I am trying to determing for each run whether or not the test should pass or fail but I can't seem to access the results .. Alternatively can someone suggest a better structure ( and a lesson as to the reasoning ) that would be great too!! cells={} cells["NOR3X