Dan Kenigsberg has submitted this change and it was merged. Change subject: make check: fix pyflakes test ......................................................................
make check: fix pyflakes test Commit 321eabf5 broke pyflakes test by overriding the output of "find" with a limitted WHITELIST. This patch appends the WHITELIST to all found *.py files. Change-Id: Icc6703ff409476d9c51e8e33d3f5cd950465a72a Signed-off-by: Dan Kenigsberg <[email protected]> Reviewed-on: http://gerrit.ovirt.org/36434 Reviewed-by: Shahar Havivi <[email protected]> Reviewed-by: Douglas Schilling Landgraf <[email protected]> Reviewed-by: Francesco Romani <[email protected]> Reviewed-by: Federico Simoncelli <[email protected]> --- M Makefile.am 1 file changed, 3 insertions(+), 3 deletions(-) Approvals: Douglas Schilling Landgraf: Looks good to me, but someone else must approve Shahar Havivi: Looks good to me, but someone else must approve Federico Simoncelli: Looks good to me, approved Dan Kenigsberg: Verified Francesco Romani: Looks good to me, but someone else must approve -- To view, visit http://gerrit.ovirt.org/36434 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Icc6703ff409476d9c51e8e33d3f5cd950465a72a Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Douglas Schilling Landgraf <[email protected]> Gerrit-Reviewer: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: Shahar Havivi <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
