irods / python-irodsclient

A Python API for iRODS
Other
62 stars 73 forks source link

[#641] avoid unnecessary SyntaxError message #661

Open d-w-moore opened 3 days ago

d-w-moore commented 3 days ago

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!