[game-data-packager] 02/03: Make construction of TerminalProgress work as intended

Simon McVittie smcv at debian.org
Tue Feb 2 21:53:04 UTC 2016


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 a701861971a22d64804913fd8140e11bee8a31ba
Author: Simon McVittie <smcv at debian.org>
Date:   Tue Feb 2 21:46:46 2016 +0000

    Make construction of TerminalProgress work as intended
---
 game_data_packager/command_line.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/game_data_packager/command_line.py b/game_data_packager/command_line.py
index 17521a3..ab3d524 100644
--- a/game_data_packager/command_line.py
+++ b/game_data_packager/command_line.py
@@ -279,7 +279,7 @@ def run_command_line():
 
     with game.construct_task() as task:
         if sys.stderr.isatty():
-            task.progress_factory = TerminalProgress()
+            task.progress_factory = TerminalProgress
 
         task.run_command_line(parsed)
 

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