tmr232/Sark

Trying to create a codeblock with a bad address resulnts in non-descriptive exception

Closed this issue · 1 comments

sark.CodeBlock(0)

results in

AttributeError: 'NoneType' object has no attribute 'dict'

It should be a descriptive error instead.

Can't reproduce.