From aa759475dceb1b5a6c2ac80ff3f5bb935ef3a493 Mon Sep 17 00:00:00 2001 From: Martin Metzker <60664558+16Martin@users.noreply.github.com> Date: Sat, 30 Nov 2024 01:11:18 +0100 Subject: [PATCH] fixup: GitHub checks --- capycli/bom/findsources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capycli/bom/findsources.py b/capycli/bom/findsources.py index a58d9af..900010b 100644 --- a/capycli/bom/findsources.py +++ b/capycli/bom/findsources.py @@ -290,7 +290,7 @@ def get_matching_source_url(self, version: Any, github_ref: str, except (TypeError, KeyError, AttributeError) as err: # res.json() did not give us an iterable of things where # 'name' is a viable index, for instance an error message - tags = () + tags = [] new_prefixes = self.tag_cache.filter_and_cache( repo['full_name'], version, # cache key