Skip to content
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

Fix pylint warning no-value-for-parameter on HighPerformanceImage()._manage_commandbuffer() #7

Merged

Conversation

Echelon9
Copy link
Collaborator

************* Module vulk.vulkanobject
E:934,13: No value for argument 'commandpool' in method call (no-value-for-parameter)
E:939,13: No value for argument 'commandpool' in method call (no-value-for-parameter)
E:944,13: No value for argument 'commandpool' in method call (no-value-for-parameter)
E:948,13: No value for argument 'commandpool' in method call (no-value-for-parameter)

…manage_commandbuffer()

************* Module vulk.vulkanobject
E:934,13: No value for argument 'commandpool' in method call (no-value-for-parameter)
E:939,13: No value for argument 'commandpool' in method call (no-value-for-parameter)
E:944,13: No value for argument 'commandpool' in method call (no-value-for-parameter)
E:948,13: No value for argument 'commandpool' in method call (no-value-for-parameter)
@realitix realitix merged commit 03a7db3 into realitix:master Dec 13, 2016
@realitix
Copy link
Owner

Thanks

@Echelon9 Echelon9 deleted the fix/pylint_no-value-for-parameter branch December 13, 2016 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants