Closed joshmoore closed 4 years ago
Provide a better representation of the CmdError instance even without unwrapping the err instance.
err
$ bin/omero shell --login import omero import omero.all fp = omero.cmd.FindChildren() h = client.submit(fp) # Manually check h.getResponse() print(str(omero.CmdError(h.getResponse())))
Provide a better representation of the CmdError instance even without unwrapping the
err
instance.transfered from: https://github.com/ome/openmicroscopy/pull/6091
Testing this PR