From 53ed7386f3fee99d5b34f7106999d3f221705820 Mon Sep 17 00:00:00 2001 From: soksanichenko Date: Mon, 20 Mar 2023 13:56:44 +0200 Subject: [PATCH] ALBS-1030: Generate Devel section in packages.json - Redundant empty lines are removed --- pungi/phases/pkgset/sources/source_kojimock.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pungi/phases/pkgset/sources/source_kojimock.py b/pungi/phases/pkgset/sources/source_kojimock.py index 52e4272e..6391ad4f 100644 --- a/pungi/phases/pkgset/sources/source_kojimock.py +++ b/pungi/phases/pkgset/sources/source_kojimock.py @@ -907,7 +907,6 @@ def populate_global_pkgset(compose, koji_wrapper, path_prefix, event): cache_region=compose.cache_region, extra_builds=extra_builds, extra_tasks=extra_tasks, - ) # Check if we have cache for this tag from previous compose. If so, use @@ -918,7 +917,6 @@ def populate_global_pkgset(compose, koji_wrapper, path_prefix, event): if old_cache_path: pkgset.set_old_file_cache( pungi.phases.pkgset.pkgsets.KojiPackageSet.load_old_file_cache( - old_cache_path ) )