bytebeat_compiler.py: reformat
This commit is contained in:
parent
886d555c71
commit
83046f1443
@ -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():
|
||||
|
Loading…
Reference in New Issue
Block a user