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.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@DavidGOrtega [re]discovered that the appdirs argument on this project don't follow the specification.
appdirs
https://github.com/iterative/iterative-telemetry/blob/e552363eafce5a01bebf33ea8ac69d59d2b5b41f/src/iterative_telemetry/__init__.py#L199
The second argument to user_data_dir is only being honored on Windows, and doesn't produce the desired behavior on other platforms.
user_data_dir
"appauthor" (only used on Windows) is the name of the appauthor or distributing body for this application. Typically it is the owning company name. This falls back to appname. You may pass False to disable it.
The correct form would be #32 (comment)
Note I wrote this issue before recalling that it's already being [re]solved with #32.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
@DavidGOrtega [re]discovered that the
appdirs
argument on this project don't follow the specification.https://github.com/iterative/iterative-telemetry/blob/e552363eafce5a01bebf33ea8ac69d59d2b5b41f/src/iterative_telemetry/__init__.py#L199
The second argument to
user_data_dir
is only being honored on Windows, and doesn't produce the desired behavior on other platforms.The correct form would be #32 (comment)
The text was updated successfully, but these errors were encountered: