[game-data-packager] 02/02: unzip: make --verbose work as expected

Alexandre Detiste detiste-guest at moszumanska.debian.org
Sat Apr 29 11:35:24 UTC 2017


This is an automated email from the git hooks/post-receive script.

detiste-guest pushed a commit to branch master
in repository game-data-packager.

commit ade06942b9362a834217233cd868431fb708df7e
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Sat Apr 29 13:34:27 2017 +0200

    unzip: make --verbose work as expected
---
 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 e84ef87..a8c86aa 100644
--- a/game_data_packager/build.py
+++ b/game_data_packager/build.py
@@ -1012,7 +1012,7 @@ class PackagingTask(object):
                     tmpdir = os.path.join(self.get_workdir(), 'tmp',
                             provider_name + '.d')
                     mkdir_p(tmpdir)
-                    quiet = ['-q'] if self.verbose else ['-qq']
+                    quiet = [] if self.verbose else ['-qq']
                     check_call(['unzip', '-j', '-C'] +
                                 quiet + [os.path.abspath(found_name)] +
                             list(to_unpack), cwd=tmpdir)

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