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 58a01f2 commit 9f89299Copy full SHA for 9f89299
src/iterative_telemetry/__init__.py
@@ -196,8 +196,8 @@ def generate_id():
196
def _find_or_create_user_id():
197
"""
198
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
+ The file should contain JSON with a `user_id` key:
+ {"user_id": "16fd2706-8baf-433b-82eb-8c7fada847da"}
201
IDs are generated randomly with UUID4.
202
203
# DVC backwards-compatibility
0 commit comments