ui: nicer output

This commit is contained in:
Dobin
2024-03-01 20:55:06 +00:00
parent e915c24be1
commit d3a750288e
4 changed files with 10 additions and 6 deletions
-3
View File
@@ -30,9 +30,6 @@ def create_c_from_template(
plugin_executor = ""
logger.info("--[ Create C from template")
logger.warn("---[ {} Loader modules = Alloc: {} Decoder: {} Exec: {}".format(
source_style.value, alloc_style.value, decoder_style.value, exec_style.value
))
filepath = "data/plugins/allocator/{}.c".format(alloc_style.value)
with open(filepath, "r", encoding='utf-8') as file: