Closed Bug 1116218 Opened 9 years ago Closed 9 years ago

Fix some ship-it errors

Categories

(Release Engineering :: Release Automation: Other, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: rail, Assigned: rail)

Details

Attachments

(1 file)

status.html always gets 500. I checked the logs and saw a lot of:

ValueError: zero length field name in format

Python 2.6 doesn't support "{}".format("xyz"), you have to explicitly use either {0} or {something}.

Plus some pep8 and pyflakes fixes.
Attachment #8542226 - Flags: review?(bhearsum)
Attachment #8542226 - Flags: review?(bhearsum) → review+
I deployed it because the change looks safe and doesn't touch the critical parts of ship-it.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: