Unvanquished / validate-release

MIT License
1 stars 1 forks source link

some upgrades #3

Closed illwieckz closed 1 year ago

illwieckz commented 1 year ago

It currently crashes on:

yield from checker(zipfile.ZipFile(z.open(info)), symids)

I need help for that part.

If I replace this line with pass everything else already works.

slipher commented 1 year ago

I couldn't reproduce any problems with yield from checker(zipfile.ZipFile(z.open(info)), symids). Anyway I finished the updates relating to architectures: #4

illwieckz commented 1 year ago

superseded by #4