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

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

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.

Summary ID
Fix a crash in site upgrade log output due to usage of six.
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.
26eddf1dcdf47f6587b5d2f5602a708c0af78499
maubin
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-5.0.x (0d0e5f3)
Loading...