Don't try to process .netrc file if username and password are both provided to LVAlertClient
If a username and password are provided to instantiate LVAlertClient
, it fails if either:
- A .netrc file does not exist
- The user does not have permission to access the .netrc file.
But we probably don't need to even touch the .netrc file if the user provides the credentials directly.