Skip to content

Commit e860b2b

Browse files
REFACTOR: Updating the spacing of the blocks in the result txt file in ./main.py
1 parent bd467c1 commit e860b2b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Games Collection Manager/main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -652,8 +652,10 @@ def format_txt_output(sections: list) -> str:
652652
total_needs_cleaning_icon += 1
653653

654654
output_lines.append(title_line)
655+
output_lines.append("") # Insert blank line between title and owned/total counters block
655656
output_lines.append(f"- Owned: {total_owned} ({owned_breakdown}).")
656657
output_lines.append(f"- Total: {total_games} ({total_breakdown}).")
658+
output_lines.append("") # Insert blank line between total counters and icon distribution block
657659
output_lines.append(f"-- Icons Distributions:")
658660
output_lines.append(f"- Owned - {ICON_OWNED}: {total_owned_icon}.")
659661
output_lines.append(f"- Owned Cleaning - {ICON_NEEDS_CLEANING}: {total_needs_cleaning_icon}.")

0 commit comments

Comments
 (0)