Skip to content

Commit f730c02

Browse files
committed
return statement
1 parent a98520b commit f730c02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

agentstack/telemetry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,4 @@ def _get_cli_user_guid() -> str:
123123
return guid
124124
except (OSError, PermissionError):
125125
# Silently fail in CI or when we can't write
126-
pass
126+
return "unknown"

0 commit comments

Comments
 (0)