From 25b9800a2c9b72fe92f591275421efe104ae6232 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 21 Sep 2013 10:06:01 +0200 Subject: [PATCH] Fix test.py Fixes usage of non-existing variable Change-Id: Ie34a8606c209c77f5f8299d3e25ba594c772520d --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 48cb9c84..af0f6435 100755 --- a/test.py +++ b/test.py @@ -391,7 +391,7 @@ def build_affected_books(rootdir, book_exceptions, file_exceptions, force=False, def main(args): - if not force and only_www_touched(): + if not args.force and only_www_touched(): print("Only files in www directory changed, nothing to do.") return