We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1961133 commit 3b38bedCopy full SHA for 3b38bed
1 file changed
devpi_ext/login.py
@@ -30,9 +30,6 @@
30
def devpiclient_get_password(url, username):
31
"""See :py:func:`devpi.hookspecs.devpiclient_get_password`"""
32
pypirc = os.path.join(os.path.expanduser('~'), '.pypirc')
33
- if not os.path.isfile(pypirc):
34
- return None
35
-
36
try:
37
with open(pypirc) as fp:
38
password = _find_password(fp, url, username)
0 commit comments