From d3f6034b28c87db5c0fceeb269e9f840eab73218 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Eric=20M=C3=BCller?= <mueller@kip.uni-heidelberg.de>
Date: Tue, 10 Dec 2024 14:25:03 +0100
Subject: [PATCH] fix(specfile_storage_path): enforce ending newline

---
 lib/yashchiki/specfile_storage_path.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/yashchiki/specfile_storage_path.py b/lib/yashchiki/specfile_storage_path.py
index 13eff011..ef0999e4 100644
--- a/lib/yashchiki/specfile_storage_path.py
+++ b/lib/yashchiki/specfile_storage_path.py
@@ -35,3 +35,4 @@ for rspec in data:
         pkg = ss.package
         to_be_fetched.append(pkg)
         print(spack.mirror.mirror_archive_paths(pkg.fetcher, 'whatever').storage_path)
+    print("")
-- 
GitLab