style: align submodule output format in gen_commit.py
This commit is contained in:
parent
daec359e6d
commit
1bdbf478e3
@ -197,7 +197,7 @@ def format_tree_output(project_path, base_name, base_diff, submodule_diffs, comm
|
||||
output.append(f" └── 📦 {base_diff}")
|
||||
|
||||
if submodule_diffs:
|
||||
output.append(" └── 📚 Submodules:")
|
||||
output.append("📚 Submodules:")
|
||||
for submodule_path, diff in submodule_diffs.items():
|
||||
name = os.path.basename(submodule_path)
|
||||
output.append(f" └── 📦 {name}")
|
||||
|
Loading…
Reference in New Issue
Block a user