mdf icon indicating copy to clipboard operation
mdf copied to clipboard

python exits with 255 exit code on ctx[none] = 55

Open gesta81 opened this issue 10 years ago • 0 comments

ctx = MDFContext()
ctx[None] = 55

results in runtime terminating; it would be better to throw: easier to diagnose the underlying issue (node used in indexer being None)

gesta81 avatar May 23 '14 15:05 gesta81