refactor/main #11
No reviewers
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: JOJ/JOJ3-config-generator#11
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "refactor/main"
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?
what I have done
TODO
@ -85,0 +73,4 @@
)
task_obj = rtoml.loads(task_toml_path.read_text())
repo_conf = repo.Config(**repo_obj)
repo_conf.path = (root / repo_toml_path.relative_to(root)).resolve()
repo_conf.path
as absolute@ -82,3 +62,1 @@
# to be used in real action
folder_path = f"{root}"
distribute_json(folder_path, repo_obj, repo_path)
root = root.absolute()
@bomingzh can we consder here to make
repo_conf.path
to store the abosolute value?@ -85,0 +75,4 @@
repo_conf = repo.Config(**repo_obj)
repo_conf.path = (root / repo_toml_path.relative_to(root)).resolve()
task_conf = task.Config(**task_obj)
task_conf.path = (root / task_toml_path.relative_to(root)).resolve()
task_conf.path
as absolute@bomingzh Hi boming, this pr pass test, can you plz review it and give approvement? :)
WIP: refactor/mainto refactor/main