[game-data-packager] 05/21: fill_gaps: respect the log argument
Simon McVittie
smcv at debian.org
Thu Jan 22 01:10:46 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 ad5cdadc7fb3d669999c39214496db50439a19d8
Author: Simon McVittie <smcv at debian.org>
Date: Thu Jan 22 00:03:36 2015 +0000
fill_gaps: respect the log argument
---
lib/game_data_packager/__init__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/game_data_packager/__init__.py b/lib/game_data_packager/__init__.py
index bb14c62..fe5ee03 100644
--- a/lib/game_data_packager/__init__.py
+++ b/lib/game_data_packager/__init__.py
@@ -1001,7 +1001,7 @@ class GameData(object):
wanted = self.files[filename]
# updates file_status as a side-effect
self.fill_gap(package, wanted, download=download,
- log=(filename in package.install))
+ log=(log and filename in package.install))
logger.debug('%s: %s', filename, self.file_status[filename])
--
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