Skip to content

Commit

Permalink
yer killing me, Smalls
Browse files Browse the repository at this point in the history
  • Loading branch information
ferruzzi committed Apr 29, 2024
1 parent 7b4f6ac commit 98fd413
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -58,7 +58,7 @@ def __init__(
status_message="Status of OpenSearch Serverless Collection is",
status_queries=["status"],
return_key="collection_id" if collection_id else "collection_name",
return_value=collection_id if collection_name else collection_name,
return_value=collection_id if collection_id else collection_name,
waiter_delay=waiter_delay,
waiter_max_attempts=waiter_max_attempts,
aws_conn_id=aws_conn_id,
Expand Down

0 comments on commit 98fd413

Please sign in to comment.