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 e552363 commit 768a5dbCopy full SHA for 768a5db
src/iterative_telemetry/__init__.py
@@ -196,7 +196,7 @@ def _find_or_create_user_id():
196
IDs are generated randomly with UUID.
197
"""
198
199
- config_dir = user_config_dir("telemetry", "iterative")
+ config_dir = user_config_dir(os.path.join("iterative", "telemetry"), False)
200
fname = os.path.join(config_dir, "user_id")
201
lockfile = os.path.join(config_dir, "user_id.lock")
202
0 commit comments