Fix test.py

Fixes usage of non-existing variable

Change-Id: Ie34a8606c209c77f5f8299d3e25ba594c772520d
This commit is contained in:
Andreas Jaeger 2013-09-21 10:06:01 +02:00
parent 822ed5682e
commit 25b9800a2c
1 changed files with 1 additions and 1 deletions

View File

@ -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