flathub-infra / flatpak-external-data-checker

A tool for checking if the external data used in Flatpak manifests is still up to date
GNU General Public License v2.0
116 stars 34 forks source link

fixed the external data checker from stalling when git tag pattern is incorrect, this should fix the github actions run #419

Closed tobiasmicheler closed 2 months ago

tobiasmicheler commented 2 months ago

I recently opened a related issue: This closes https://github.com/flathub-infra/flatpak-external-data-checker/issues/418 In this issue I said, that I don't know how to fix this problem. However, I figured it out.

wjt commented 2 months ago

Thanks, this does fix the problem. Nice work tracking this down!

I'll amend your commit slightly for style.

What I am trying to work out is: why does the assertion failure hang the asyncio loop forever?