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
fix/filesystem_path #133
fix/filesystem_path #133
Conversation
the path from filesystem was wrong due to a variable name collision this affected skill data and identity file location
data and config are now separated, each in the corresponding XDG compliant directory
Codecov Report
@@ Coverage Diff @@
## dev #133 +/- ##
==========================================
+ Coverage 50.35% 52.84% +2.49%
==========================================
Files 119 150 +31
Lines 10077 9601 -476
==========================================
Hits 5074 5074
+ Misses 5003 4527 -476
Continue to review full report at Codecov.
|
|
Am I correct that this will solve the mystery created files at the wrong/old home directory? |
point 2 and 3 are bugs that canceled each other out