Skip to content

Commit

Permalink
fix remaining ObjectNotFoundException typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathaniel Imel authored and Nathaniel Imel committed Nov 10, 2023
1 parent 90ac80e commit e971988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sciterra/librarians/s2librarian.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
Exception, # "Internal Service Error"
ReadTimeout,
ConnectionError,
ObjectNotFoundExeception,
ObjectNotFoundException,
)
CALL_SIZE = 10
NUM_ATTEMPTS_PER_QUERY = 50
Expand Down

0 comments on commit e971988

Please sign in to comment.