Skip to content

LGTM.com - false positive on Python partial (too few arguments) #2015

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
maxfischer2781 opened this issue Sep 24, 2019 · 0 comments
Open

Comments

@maxfischer2781
Copy link

Description of the false positive

Function/methods wrapped with partial actually only requires missing arguments to be supplied to on-call. The inspection appears to look at the unwrapped function, not the partially applied one. Calling the partial with only the missing arguments is thus misreported as supplying too few arguments.

URL to the alert on the project page on LGTM.com

https://lgtm.com/projects/g/MatterMiners/tardis/snapshot/7223b600994e311501894b295179d703d164aea4/files/tardis/adapters/sites/cloudstack.py?sort=name&dir=ASC&mode=heatmap#x196a9a30a67761c:1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants