diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-04-24 23:20:51 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-04-24 23:20:51 -0500 |
| commit | a3b119e14df4aff213231492470587f88457a241 (patch) | |
| tree | 6e113220a86e981c93a27fc331d39930ed1edf72 /setuptools | |
| parent | 9b53df4becddd3efe5d8a2f15273ca6ce9fdb843 (diff) | |
| download | python-setuptools-git-a3b119e14df4aff213231492470587f88457a241.tar.gz | |
Add carriage return for symmetry
Diffstat (limited to 'setuptools')
| -rw-r--r-- | setuptools/command/upload.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/setuptools/command/upload.py b/setuptools/command/upload.py index 0e8bbea3..a001d461 100644 --- a/setuptools/command/upload.py +++ b/setuptools/command/upload.py @@ -13,7 +13,8 @@ class upload(orig.upload): # Attempt to obtain password. Short circuit evaluation at the first # sign of success. self.password = ( - self.password or self._load_password_from_keyring() or + self.password or + self._load_password_from_keyring() or self._prompt_for_password() ) |
