New issue
Advanced search Search tips

Issue 824571 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

pylint sometimes processes outdated files.

Project Member Reported by ehmaldonado@chromium.org, Mar 22 2018

Issue description

I recently changed the function signature of _gclient_eval. The tests pass, but Pylint complains that the tests are using the wrong signature:

E: 63,28: No value for argument 'global_scope' in function call (no-value-for-parameter)
[A lot more messages like this one]

Removing gclient_eval.pyc fixes it.
 

Sign in to add a comment