Help, my code raises exceptions so I'm using to help me write a decorator that...
#python Help, my code raises exceptions so I'm using #chatGPT to help me write a decorator that simulates VB's "On Error Resume Next"
But it fails at the critical point... walks the ast, and the statement wrapper doesn't seem to work. (because the statement is wrapped in an Expr? I don't know!)
https://gist.github.com/matthewdeanmartin/fa88ae03818a5a8e503c8685b97234b1
Self-replies
Shoot, this could be too difficult for me or ChatGPT. ChatGPT keeps mixing up byte code and source code constructs.