Closed jedel1043 closed 3 months ago
Should be a pretty nice enhancement, considering that returning CalledProcessError is a bit more opaque to the user in contrast to having a nifty SlurmOpsError that is visible from the module exports.
CalledProcessError
SlurmOpsError
I had the same idea yesterday! Great minds think alike :exploding_head:
Should be a pretty nice enhancement, considering that returning
CalledProcessError
is a bit more opaque to the user in contrast to having a niftySlurmOpsError
that is visible from the module exports.