pcdshub / engineering_tools

A repository of scripts, configuration useful for the PCDS team
Other
4 stars 26 forks source link

Check for failure before declaring success. #141

Closed mcb64 closed 1 year ago

mcb64 commented 1 year ago

makepeds declares success after calling the geometry or gain deployment scripts. This should be conditional on the return code of the script.

Declaring failure if the script fails is much less confusing.