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
When a command task fails we simply get Could not execute command: rc 1. Ensure that this is improved to show the output that describes the nature of a failure code. This is captured by subprocess, so should be checked to see if there is any
When a command task fails we simply get
Could not execute command: rc 1. Ensure that this is improved to show the output that describes the nature of a failure code. This is captured bysubprocess, so should be checked to see if there is any