Merge pull request #3091 from RosettaCommons/JackMaguire/MCHBNetCorrection
Removed overkill utility_exit_with_message() from MC HBNet
When writing MC HBNet, I apparently thought that the reasonable way to handle the lack of results from a single instance of the mover is to kill the user's entire rosetta_script run. This PR changes this so that the mover just prints a message and returns 0 results, letting the other trajectories continue.
Thanks to Vikram for reviewing!