Skip to content
Success

#27877 (Mar 31, 2026, 12:18:52 PM)

Started 6 hr 15 min ago
Took 4.3 sec on build4-deb12build-ansible

Started by upstream project gerrit-pysim build number 3037
originally caused by:

This run spent:

  • 29 sec waiting;
  • 4.3 sec build duration;
  • 33 sec total from scheduled to completion.
Revision: 6bcd4e06f9b4da74e8e97130ace4a606a750a659
Repository: $GERRIT_REPO_URL
  • master
filesystem: JsonEditor: offer interactive retry on error

When json.loads() fails (e.g. the user made a syntax mistake), prompt
the user with "Re-open file for editing? [y]es/[n]o:" and loop back to
the editor if they answer 'y' or 'yes'.  If the user declines, return
the original unmodified value so no write is attempted; the temp file
is still cleaned up by __exit__() in that case.

Change-Id: I9161b7becea0d8dfd3f5f740fbb253da2f061a1d
Related: OS#6899
Vadim Yanitskiy at