We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aab28d commit f1f74e4Copy full SHA for f1f74e4
1 file changed
awscli/telemetry.py
@@ -301,5 +301,5 @@ def add_session_id_component_to_user_agent_extra(session, orchestrator=None):
301
except Exception:
302
# Ideally, the AWS CLI should never throw if the session id
303
# can't be generated since it's not critical for users. Issues
304
- # with session dada should instead be caught server-side.
+ # with session data should instead be caught server-side.
305
pass
0 commit comments