You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wrap util.load_json(...) in a try...except (json.decoder.JSONDecodeError, ValueError): block so that corrupt or empty cache files are safely ignored and regenerated.
cloud-init/cloudinit/stages.py
Lines 450 to 452 in 3082dcb
Wrap util.load_json(...) in a try...except (json.decoder.JSONDecodeError, ValueError): block so that corrupt or empty cache files are safely ignored and regenerated.