artivis / rpipress-downloader

Download Raspberry Pi Press issues
MIT License
18 stars 5 forks source link

Issue number no longer shown in download error #12

Closed tripplehelix closed 8 months ago

tripplehelix commented 8 months ago
~► rpipress-downloader
Latest HackSpace issue is N°77
ERROR: Couldn't download HackSpace N°{:02d}
You may need to wait for the free download

Latest HelloWorld issue is N°23
Latest MagPi issue is N°140
ERROR: Couldn't download MagPi N°{:02d}
You may need to wait for the free download

The issue numbers are showing {:02d} instead of the actual nunmbers.

There's also a spacing issue, where once it lists the magazine that's already downloaded and has no error there's no gap to the next magazine. e.g.

~► rpipress-downloader
Latest HackSpace issue is N°77
ERROR: Couldn't download HackSpace N°77
You may need to wait for the free download

Latest HelloWorld issue is N°23

Latest MagPi issue is N°140
ERROR: Couldn't download MagPi N°140
You may need to wait for the free download

Should be displayed

tripplehelix commented 8 months ago

The commit fixes this issue