mirror of
https://github.com/syssec-utd/pylingual.git
synced 2026-05-11 02:40:13 -07:00
nit
Prevent path from wrapping to next line in comparison report
This commit is contained in:
@@ -254,7 +254,7 @@ def compare_and_report(commit_results: EvaluationResult, local_results: Evaluati
|
||||
report_console.print(f"\n{title}")
|
||||
for p in moved_paths:
|
||||
console.print(f"- {p}")
|
||||
report_console.print(f"- {p}")
|
||||
report_console.print(f"- {p}", soft_wrap=True)
|
||||
|
||||
# 3. New and Removed Items
|
||||
new_items = sorted([p for p in all_paths if commit_map.get(p) is None])
|
||||
|
||||
Reference in New Issue
Block a user