Skip to content

Commit

Permalink
fixup: GitHub checks
Browse files Browse the repository at this point in the history
  • Loading branch information
16Martin committed Nov 30, 2024
1 parent 0a1010a commit aa75947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capycli/bom/findsources.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aa75947

Please sign in to comment.