From Dan Kenigsberg <[email protected]>: Dan Kenigsberg has submitted this change and it was merged.
Change subject: pylint: Rename arguments in configurator.configure ...................................................................... pylint: Rename arguments in configurator.configure We pass parameters when running configure we use _parse_args and return already used variable name args which causes pylint to complain: E:129,23: Instance of 'tuple' has no 'force' member (no-member) Change-Id: Id7c0b362a87350162ad7838f658af7f9fcea3398 Signed-off-by: Piotr Kliczewski <[email protected]> --- M lib/vdsm/tool/configurator.py 1 file changed, 16 insertions(+), 16 deletions(-) Approvals: Piotr Kliczewski: Verified Jenkins CI: Passed CI tests Dan Kenigsberg: Looks good to me, approved -- To view, visit https://gerrit.ovirt.org/75988 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Id7c0b362a87350162ad7838f658af7f9fcea3398 Gerrit-PatchSet: 3 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Piotr Kliczewski <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Irit Goihman <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: Piotr Kliczewski <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: gerrit-hooks <[email protected]> _______________________________________________ vdsm-patches mailing list -- [email protected] To unsubscribe send an email to [email protected]
