You know, the script runs, check various inputs and so forth.
If a requirement is not met, eg the feature is not the correct type or something, then bail out and print a meaningful message.
Currently I use sys.exit(), but this is not ideal and throws an error in python.
So, how do the experts do it?
Thanks in advance,
Neil