Other parts of the error dump (detailng three levels of stacked exceptions) already give enough complexity for the troubleshooter to deal with, so this change helps us by avoiding a fourth: a SyntaxError easily avoided by jumping around the situation we found ourselves in with #641, and that was doing an eval on a string that could be empty. Bad progammer!
Other parts of the error dump (detailng three levels of stacked exceptions) already give enough complexity for the troubleshooter to deal with, so this change helps us by avoiding a fourth: a SyntaxError easily avoided by jumping around the situation we found ourselves in with #641, and that was doing an eval on a string that could be empty. Bad progammer!