Closed Bug 1452220 Opened 7 years ago Closed 7 years ago

Exception string formatting is broken in import_perf_data

Categories

(Tree Management :: Perfherder, defect, P2)

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: emorley, Assigned: emorley)

References

Details

Attachments

(1 file)

treeherder/perf/management/commands/import_perf_data.py:39,24: Too many arguments for format string (E1305: too-many-format-args) https://github.com/mozilla/treeherder/blob/38d0557a0bd686f0bdfdd83d0f0ad4b129d62146/treeherder/perf/management/commands/import_perf_data.py#L39-L40
Attachment #8965828 - Flags: review?(cdawson)
Attachment #8965828 - Flags: review?(cdawson) → review+
Commit pushed to master at https://github.com/mozilla/treeherder https://github.com/mozilla/treeherder/commit/2f3657ceedf61fb02910639d7956e6db36072827 Bug 1452220 - Fix import_perf_data exception string formatting (#3415) Since `.format()` doesn't support `%s`. Found by the eslint `too-many-format-args` rule.
Status: ASSIGNED → RESOLVED
Closed: 7 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: