You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
boto's delete_keys function doesn't error out, instead it returns a list of outcomes. flask annex should inspect the list of outcomes and throw if an error occurred. It should only swallow if the error is a "file not found"
The text was updated successfully, but these errors were encountered:
boto's
delete_keys
function doesn't error out, instead it returns a list of outcomes. flask annex should inspect the list of outcomes and throw if an error occurred. It should only swallow if the error is a "file not found"The text was updated successfully, but these errors were encountered: