Skip to content
Success

#27925 (Apr 1, 2026, 1:00:55 PM)

Started 23 hr ago
Took 1.9 sec on build5-deb12build-ansible

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

This run spent:

  • 11 sec waiting;
  • 1.9 sec build duration;
  • 13 sec total from scheduled to completion.
Revision: 7d6c76b5c9b38177a03724e97f9ac60f88ac97d9
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