dev #10

Merged
李衍志523370910113 merged 238 commits from dev into master 2025-03-05 16:20:39 +08:00
Showing only changes of commit aa678484ee - Show all commits

View File

@ -59,7 +59,6 @@ def convert(
Convert given dir of JOJ3 toml config files to JOJ3 json config files
"""
logger.info(f"Converting files in {root.absolute()}")
root = root.absolute()
for repo_toml_path in root.glob("**/repo.toml"):
jon-lee marked this conversation as resolved

why?

why?

fixed

fixed
repo_path = repo_toml_path.parent
repo_obj = rtoml.loads(repo_toml_path.read_text())