Skip to content

Commit

Permalink
Document that lookup_netrc() lets NetrcParseError's propagate through
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Mar 7, 2021
1 parent 3b38762 commit f91d715
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/outgoing/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ def lookup_netrc(
:raises NetrcLookupError:
if no entry for ``host`` or the default entry is present in the netrc
file; or if ``username`` differs from the username in the netrc file
:raises netrc.NetrcParseError: if the `netrc` module encounters an error
"""
if path is None:
rc = netrc()
Expand Down

0 comments on commit f91d715

Please sign in to comment.