When running function get_path_to_protocol(), I was surprised to get the error message Provide a short title when I apparently did not give an existing path (due to a coding mistake). It would be helpful to precede this error message with The provided path does not exist. or something similar that makes users aware of the fact that the message is dropped because they made a mistake in the path. If they understand this, they can opt to correct the path name or give a short title instead.
When running function
get_path_to_protocol()
, I was surprised to get the error messageProvide a short title
when I apparently did not give an existing path (due to a coding mistake). It would be helpful to precede this error message withThe provided path does not exist.
or something similar that makes users aware of the fact that the message is dropped because they made a mistake in the path. If they understand this, they can opt to correct the path name or give a short title instead.