micropython / micropython-lib

Core Python libraries ported to MicroPython
Other
2.3k stars 981 forks source link

python-stdlib/tarfile: Fixed permissions when adding to archive. #799

Closed ubidefeo closed 4 months ago

ubidefeo commented 5 months ago

This change fixes issue https://github.com/micropython/micropython-lib/issues/797 which I opened a couple of days ago. More context to be found there.

This is my first PR in which I tried to be neater, hope it'll get reviewed by someone :)

thanks ubi

ubidefeo commented 5 months ago

I changed the value from hex to oct in order to avoid the variety of formats 😄

dpgeorge commented 4 months ago

Thanks for updating. Rebased and merged.