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
Due to a bad merge, we had code for generating our evolution failure log
that was still usingsix
, 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.