mirror of
https://github.com/josegonzalez/python-github-backup.git
synced 2026-01-11 16:52:38 +01:00
Currently, the script crashes whenever a release asset is unable to download (for example a 404 response). This change instead logs the failure and allows the script to continue. No retry logic is enabled, but at least it prevents the crash and allows the backup to complete. Retry logic can be implemented later if wanted. closes https://github.com/josegonzalez/python-github-backup/issues/129