You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now when Python subprocess is used to execute a shell command, nothing is typically returned.
Might be good to always return the error code, or the SubprocessCmd or process object completely. This would be good for error checking within the script to make sure the commands finished successfully
Right now when Python subprocess is used to execute a shell command, nothing is typically returned.
Might be good to always return the error code, or the
SubprocessCmd
or process object completely. This would be good for error checking within the script to make sure the commands finished successfullyreference: https://github.com/NYU-Molecular-Pathology/util/blob/master/tools.py#L22
The text was updated successfully, but these errors were encountered: