Skip to content
New issue

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

crazy user_log_dir (double version) on Ubuntu #8

Closed
srid opened this issue Sep 2, 2010 · 1 comment
Closed

crazy user_log_dir (double version) on Ubuntu #8

srid opened this issue Sep 2, 2010 · 1 comment

Comments

@srid
Copy link
Contributor

srid commented Sep 2, 2010

This is where PyPM's log file is stored when latest appdirs (git master) is used:

~/.cache/pypm/1.1/log/1.1/pypm.log

Double version in path? PyPM uses join(user_log_dir, "pypm.log") (to the effect). Running stock appdirs on Ubuntu:

$ python lib/appdirs.py
[...]
user_log_dir: /home/sridharr/.cache/myapp/1.0/log/1.0

No, that's not good.

@srid
Copy link
Contributor Author

srid commented Sep 2, 2010

user_log_dir: avoid double version in log file path; closed by 5a04ac1

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant