[game-data-packager] 32/39: Run pyflakes on games subdirectory too
Simon McVittie
smcv at debian.org
Sun Jan 11 01:52:24 UTC 2015
This is an automated email from the git hooks/post-receive script.
smcv pushed a commit to branch master
in repository game-data-packager.
commit 679fcdbb2c208584a64d9d900e1309ae93b709ed
Author: Simon McVittie <smcv at debian.org>
Date: Sat Jan 10 21:42:58 2015 +0000
Run pyflakes on games subdirectory too
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index ce8f5ae..e262c98 100644
--- a/Makefile
+++ b/Makefile
@@ -99,6 +99,6 @@ clean:
check:
./t/verify-md5sum-alternatives.sh
DATADIR=data PYTHONPATH=lib python3 -m game_data_packager.check_syntax
- pyflakes3 lib/game_data_packager/*.py || :
+ pyflakes3 lib/game_data_packager/*.py lib/game_data_packager/*/*.py || :
.PHONY: default clean check
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git
More information about the Pkg-games-commits
mailing list