fix: log path #17
No reviewers
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: JOJ/JOJ3-config-generator#17
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/logpath"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
joj-mon
why is pdm.lock modified?
@ -13,3 +13,3 @@
TEAPOT_CONFIG_ROOT = Path("/home/tt/.config/teapot")
CACHE_ROOT = Path("/home/tt/.cache")
JOJ3_LOG_PATH = CACHE_ROOT / "joj3.log"
JOJ3_LOG_PATH = CACHE_ROOT / "joj3/joj3.log"
CACHE_ROOT / "joj3" / "joj3.log"
done
I ran
pdm update
in myWSL
, previously I use my linux to develop. At that time I was in my windows.reset pdm.lock, currently just pdm install for new env