Skip to content

Commit

Permalink
Make on_failure kw-only
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Feb 10, 2025
1 parent a8b204c commit f8e74b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions earthaccess/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ def login(
strategy: str = "all",
persist: bool = False,
system: System = PROD,
*,
on_failure: LoginFailureBehavior = "warn",
) -> Auth:
"""Authenticate with Earthdata login (https://urs.earthdata.nasa.gov/).
Expand Down

0 comments on commit f8e74b4

Please sign in to comment.