1
0

bytebeat_compiler.py: reformat

This commit is contained in:
Intel A80486DX2-66 2024-06-01 11:45:27 +03:00
parent 886d555c71
commit 83046f1443
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

@ -69,7 +69,7 @@ def read_from_file_or_stdin(path: str) -> str:
raise SystemExit
def substitute_vars(replacements: Dict[str, Union[bool, str]], text: str,
verbose: bool) -> str:
verbose: bool) -> str:
if verbose:
print("Substituting values:")
for placeholder, replacement in replacements.items():