From 7e904541e5497c2e772877d135322c592bfcbb80 Mon Sep 17 00:00:00 2001 From: RepoDynamicsBot <80158628+AAriam@users.noreply.github.com> Date: Tue, 22 Oct 2024 23:54:23 +0200 Subject: [PATCH] Release version 0.0.0.dev336 --- pyproject.toml | 2 +- src/controlman/_data/schema/main.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4ebab56..001130f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ namespaces = true # ----------------------------------------- Project Metadata ------------------------------------- # [project] -version = "0.0.0.dev335" +version = "0.0.0.dev336" name = "ControlMan" dependencies = [ "packaging >= 23.2, < 24", diff --git a/src/controlman/_data/schema/main.yaml b/src/controlman/_data/schema/main.yaml index 2650240..c49aaea 100644 --- a/src/controlman/_data/schema/main.yaml +++ b/src/controlman/_data/schema/main.yaml @@ -2549,7 +2549,7 @@ properties: | ---------- | -------- | -------------------------------- | ----------------------------------------------------- | template: | {%- macro make_entry(actor, description) -%} - | {{ now.strftime("%Y.%m.%d") }} | {{ now.strftime("%H:%M:%S") }} | {{ actor | ljust(32) }} | {{ description | ljust(53) }} | + | {{ now.strftime("%Y.%m.%d") }} | {{ now.strftime("%H:%M:%S") }} | {{ "{:<32}".format(actor) }} | {{ "{:<53}".format(description) }} | {%- endmacro -%} {%- macro make_user(user) -%}