Skip to content

Commit 9f89299

Browse files
committed
update comment
1 parent 58a01f2 commit 9f89299

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/iterative_telemetry/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@ def generate_id():
196196
def _find_or_create_user_id():
197197
"""
198198
The user's ID is stored on a file under the global config directory.
199-
The file should contain a single string:
200-
16fd2706-8baf-433b-82eb-8c7fada847da
199+
The file should contain JSON with a `user_id` key:
200+
{"user_id": "16fd2706-8baf-433b-82eb-8c7fada847da"}
201201
IDs are generated randomly with UUID4.
202202
"""
203203
# DVC backwards-compatibility

0 commit comments

Comments
 (0)