New issue
Advanced search Search tips

Issue 884665 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Sep 17
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

Noisy pylint expression-not-assigned

Project Member Reported by mattcary@chromium.org, Sep 17

Issue description

PyLint is producing an expression-not-assigned warning for the expression parser.add_argument(...). This is excessively noisy.

For example:

W:815, 2: Expression "(parser.add_argument('--nosystem-health-orderfile', action='store_false', dest='system_health_orderfile', default=True, help='Create an orderfile based on an about:blank startup benchmark instead of system health benchmarks.'), )" is assigned to nothing (expression-not-assigned)

from crrev.com/c/1228074.

Thanks!
 
Status: WontFix (was: Untriaged)
Operator error! I missed a comma at the end of the expression. PyLint working as intended :)

Sign in to add a comment