-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Error details in wrappers. #703
Copy link
Copy link
Open
Labels
difficulty easyEasy issue: required small fixEasy issue: required small fixfeatureIssue described a new featureIssue described a new featurewishlistFeature requestFeature request
Description
Metadata
Metadata
Assignees
Labels
difficulty easyEasy issue: required small fixEasy issue: required small fixfeatureIssue described a new featureIssue described a new featurewishlistFeature requestFeature request
Since all of the wrappers use
check_outputto run on command line, if an error does occur, there is no information apart fromsubprocess.CalledProcessErrorerror message. The user must manually run the command on shell again to figure out what's wrong in these cases.There should ideally be a way for the user to know what the exact nature of the error is, or at least be given instructions on how to figure out what the error is.