main.py: Fix a debug print statement

This commit is contained in:
gregorni 2023-09-28 18:05:55 +02:00
parent adabbd8ecd
commit c38c6b06f3

View file

@ -239,8 +239,7 @@ class BlueprintApp:
diff_lines.append("\\ No newline at end of file\n")
print(
# f"{''.join(diff_lines)}\n{Colors.BOLD}{happened} {file.name}{Colors.CLEAR}\n"
formatted_str
f"{''.join(diff_lines)}\n{Colors.BOLD}{happened} {file.name}{Colors.CLEAR}\n"
)
formatted_files += 1