Closed Bug 1717702 Opened 3 years ago Closed 3 years ago

|mach static-analysis print-checks| raises an exception

Categories

(Developer Infrastructure :: Source Code Analysis, defect)

defect

Tracking

(firefox91 fixed)

RESOLVED FIXED
91 Branch
Tracking Status
firefox91 --- fixed

People

(Reporter: mhentges, Assigned: mhentges)

Details

Attachments

(1 file)

  File "/home/mitch/dev/firefox/python/mozbuild/mozbuild/code_analysis/mach_commands.py", line 2065, in print_checks
    checkers, _ = self._get_infer_config()
Assignee: nobody → mhentges
Status: NEW → ASSIGNED

_get_infer_config() returns 3 items, but the existing code expects 2.
Add a third _ to capture the other unwanted item.

Attachment #9228430 - Attachment description: WIP: Bug 1717702: Resolve `print-checks` python unpacking typo → Bug 1717702: Resolve `print-checks` python unpacking typo
Pushed by mhentges@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9854d64028ec
Resolve `print-checks` python unpacking typo r=andi
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 91 Branch
Product: Firefox Build System → Developer Infrastructure
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: