From 67cf10d6f7803f3c2d27eae19c95b38626e7f785 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sat, 15 Jan 2022 17:30:29 +0100 Subject: [PATCH] Fixes in the template --- obs/update_unstable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obs/update_unstable.py b/obs/update_unstable.py index f799166..da17f3f 100755 --- a/obs/update_unstable.py +++ b/obs/update_unstable.py @@ -31,7 +31,6 @@ MESSAGE_TEMPLATE = """ Updated at {{ date.today().strftime('%Y-%m-%d') }} {% for repository, update in repositories.items() %} - ### {{ repository }} Updated {{ update | len }} packages. @@ -43,6 +42,7 @@ Updated {{ update | len }} packages. { errors.append(package) } {% endif %} {% endfor %} +{% endfor %} ## Packages with errors