mdf
mdf copied to clipboard
python exits with 255 exit code on ctx[none] = 55
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)