Fix a crash in site upgrade log output due to usage of six.

Review Request #12773 — Created Jan. 6, 2023 and submitted — Latest diff uploaded

Information

Review Board
release-5.0.x

Reviewers

Due to a bad merge, we had code for generating our evolution failure log
that was still using six, which wasn't imported.

This fixes up the call sites to remove that usage.

There are also a few fixes for the error output, which had extra
newlines.

Simulated a failure. Verified the log was generated.

Commits

Files

    Loading...