1
0

bytebeat_compiler.py: format: fix indentation

This commit is contained in:
Intel A80486DX2-66 2024-01-09 18:20:06 +03:00
parent 3d9a39a85c
commit 65fac992d6
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

@ -66,8 +66,8 @@ def substitute_vars(replacements: dict, text: str, verbose: bool) -> str:
if verbose and placeholder != "bytebeat_contents":
print(placeholder, ": ", replacement, sep="")
text = text.replace(f"`{placeholder}`", str(replacement))
if verbose:
print()
if verbose:
print()
return text
CC = fetch("CC")