Sambruk / EgilSCIM

The EGIL SCIM client
GNU Affero General Public License v3.0
4 stars 7 forks source link

fetch_metadata.py has more robust handling of a bad cached file. #171

Closed joesiltberg closed 1 year ago

joesiltberg commented 1 year ago

For instance if the cached metadata file has gotten corrupt, empty or not possible to read, we will now download a new version rather than just print an error and exit.

Fixes #168