mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
main.py: Fix a debug print statement
This commit is contained in:
parent
adabbd8ecd
commit
c38c6b06f3
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue