Change in vdsm[master]: Makefile: add vdsm-reg-setup.in to pyflakes

dougsland at redhat.com dougsland at redhat.com
Wed Apr 23 18:44:44 UTC 2014


Douglas Schilling Landgraf has uploaded a new change for review.

Change subject: Makefile: add vdsm-reg-setup.in to pyflakes
......................................................................

Makefile: add vdsm-reg-setup.in to pyflakes

We should run pyflakes in vdsm-reg-setup.in as well.

Change-Id: I6be99965f3249374c99c1d4ab71145d571c13921
Signed-off-by: Douglas Schilling Landgraf <dougsland at redhat.com>
---
M Makefile.am
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/25/27025/1

diff --git a/Makefile.am b/Makefile.am
index a7fc23f..ea3a4c3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -66,7 +66,8 @@
 
 check-local:
 	find . -path './.git' -prune -type f -o \
-		-name '*.py' -o -name '*.py.in'  | xargs $(PYFLAKES) | \
+		-name '*.py' -o -name '*.py.in' -o \
+		-name 'vdsm-reg-setup.in' | xargs $(PYFLAKES) | \
 		grep -w -v $(SKIP_PYFLAKES_ERR) | \
 		while read LINE; do echo "$$LINE"; false; done
 	$(PEP8) --version


-- 
To view, visit http://gerrit.ovirt.org/27025
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6be99965f3249374c99c1d4ab71145d571c13921
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Douglas Schilling Landgraf <dougsland at redhat.com>


More information about the vdsm-patches mailing list