From Dan Kenigsberg <[email protected]>: Dan Kenigsberg has submitted this change and it was merged.
Change subject: tests: fake-virt-v2v: remove superfluous argument ...................................................................... tests: fake-virt-v2v: remove superfluous argument Removed superfluous argument used in argument parsing code. All it did is to swallow argv[0] (command name). This can be avoided by not passing argument list to parse() function and letting argparse to process sys.argv on it's own. Change-Id: Iae21bb7ec7cad755716a55447fe8d010c26cc852 Signed-off-by: Tomáš Golembiovský <[email protected]> --- M tests/fake-virt-v2v 1 file changed, 1 insertion(+), 2 deletions(-) Approvals: Shahar Havivi: Looks good to me, but someone else must approve Jenkins CI: Passed CI tests Francesco Romani: Looks good to me, approved Tomas Golembiovsky: Verified -- To view, visit https://gerrit.ovirt.org/70577 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iae21bb7ec7cad755716a55447fe8d010c26cc852 Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Tomas Golembiovsky <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Shahar Havivi <[email protected]> Gerrit-Reviewer: Tomas Golembiovsky <[email protected]> Gerrit-Reviewer: gerrit-hooks <[email protected]> _______________________________________________ vdsm-patches mailing list -- [email protected] To unsubscribe send an email to [email protected]
