[game-data-packager] 08/10: build: Don't warn about being unable to derive one of several alternatives

Simon McVittie smcv at debian.org
Sun Apr 30 21:11:04 UTC 2017


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 1aaf8dd1bcda4ac62d8ea6a380d6bbafd2491758
Author: Simon McVittie <smcv at debian.org>
Date:   Sun Apr 30 19:00:54 2017 +0100

    build: Don't warn about being unable to derive one of several alternatives
---
 game_data_packager/build.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/game_data_packager/build.py b/game_data_packager/build.py
index a8c86aa..a645b4c 100644
--- a/game_data_packager/build.py
+++ b/game_data_packager/build.py
@@ -834,7 +834,7 @@ class PackagingTask(object):
                 and 'other_parts' in provider.unpack):
                 for p in provider.unpack['other_parts']:
                     part_status = self.fill_gap(package, self.game.files[p],
-                                                download=False, log=True)
+                                                download=False, log=log)
                     logger.debug('other part "%s" is %s' % (p, part_status))
                     provider_status &= part_status
 

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