From 5cd5c4f4a14f406640708a471e86a37e9132c6b9 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Thu, 12 Jan 2012 19:42:53 +0100 Subject: pyflakes fix --- tests/pyflakes.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/pyflakes.sh') diff --git a/tests/pyflakes.sh b/tests/pyflakes.sh index cdfc11319..1ed61d2ee 100755 --- a/tests/pyflakes.sh +++ b/tests/pyflakes.sh @@ -1,2 +1,3 @@ #!/bin/bash find -name '*.py' |egrep -v '^.(/tests/|/module/lib)'|xargs pyflakes > pyflakes.log || : +cat pyflakes.log | awk -F\: '{printf "%s:%s: [E]%s\n", $1, $2, $3}' > pyflakes.txt -- cgit v1.2.3