Added a fix to External Method error handling - it was using
sys.exc_traceback (and getting a nameerror at times). It really needed to be using sys.exc_info() anyway for thread reasons.
Showing
Please register or sign in to comment
sys.exc_traceback (and getting a nameerror at times). It really needed to be using sys.exc_info() anyway for thread reasons.