rsrcdump icon indicating copy to clipboard operation
rsrcdump copied to clipboard

Fix reported mypy issues

Open CoolCat467 opened this issue 10 months ago • 1 comments

In this pull request, we fix type issues as reported by mypy.

CoolCat467 avatar Feb 06 '25 04:02 CoolCat467

Thank you for these fixes!

There seems to be an issue somewhere in the PR that prevents PICT resources from being converted. For example, Nanosaur 1's Application.rsrc has 3 PICT resources (128, 129, 130). On the master branch, rsrcdump -x Application.rsrc can convert these to PNG files, but this doesn't work anymore. Could you please look into it?

(Sorry for the inconvenience – I really ought to write a proper test suite for this tool.)

jorio avatar Feb 16 '25 20:02 jorio