We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a98520b commit f730c02Copy full SHA for f730c02
1 file changed
agentstack/telemetry.py
@@ -123,4 +123,4 @@ def _get_cli_user_guid() -> str:
123
return guid
124
except (OSError, PermissionError):
125
# Silently fail in CI or when we can't write
126
- pass
+ return "unknown"
0 commit comments