refactor: more consistent log output indent

This commit is contained in:
Dobin Rutishauser
2024-06-22 16:35:20 +02:00
parent bbd3297a95
commit 4e62df29db
6 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ def get_template_names() -> List[str]:
def create_c_from_template(settings: Settings, payload_len: int):
logger.info("--( Create C from template: {} -> {}".format(
logger.info("-( Create C from template: {} -> {}".format(
PATH_DECODER, settings.main_c_path))
plugin_decoder = ""