Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Default to empty string if username/pw not in env This ensures we prompt for username and password if they are not present in arguments or in envvars (os.getenv defaults to None, not "") * Prevent KeyError if providing empty username/password
- Loading branch information