From 91137688a17436fcdfcd7733b67e67d77ae92cc8 Mon Sep 17 00:00:00 2001 From: Stefan Bader Date: Mon, 19 May 2025 11:20:39 +0200 Subject: [PATCH] UBUNTU: [Packaging] update annotations scripts BugLink: https://bugs.launchpad.net/bugs/1786013 Signed-off-by: Stefan Bader --- debian/scripts/misc/kconfig/annotations.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/scripts/misc/kconfig/annotations.py b/debian/scripts/misc/kconfig/annotations.py index af9dbdfa2eb2..43c8cdf399ad 100644 --- a/debian/scripts/misc/kconfig/annotations.py +++ b/debian/scripts/misc/kconfig/annotations.py @@ -446,7 +446,7 @@ class Annotation(Config): # Write out the policy (and note) line(s) val = dict(sorted(new_val["policy"].items())) - line = f"{conf : <47} policy<{val}>" + line = f"{conf: <47} policy<{val}>" if "note" in new_val: val = new_val["note"] if new_val.get("oneline", False): @@ -455,7 +455,7 @@ class Annotation(Config): else: # Separate policy and note lines, # followed by an empty line - line += f"\n{conf : <47} note<{val}>\n" + line += f"\n{conf: <47} note<{val}>\n" elif not marker: # Write out a marker indicating the start of annotations # without notes