[game-data-packager] 01/05: PackagingTask: Remove unused download_failed set

Simon McVittie smcv at debian.org
Mon Dec 4 10:02:19 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 e5af1cf64bb67820d5d9762fc21f46f8b27bb8c9
Author: Simon McVittie <smcv at debian.org>
Date:   Wed Nov 29 17:19:35 2017 +0000

    PackagingTask: Remove unused download_failed set
    
    This is now in Downloader.
    
    Signed-off-by: Simon McVittie <smcv at debian.org>
---
 game_data_packager/build.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/game_data_packager/build.py b/game_data_packager/build.py
index f855674..933235b 100644
--- a/game_data_packager/build.py
+++ b/game_data_packager/build.py
@@ -154,9 +154,6 @@ class PackagingTask(object):
         # { 'baseq3/pak1.pk3': '/usr/share/games/quake3/baseq3/pak1.pk3' }
         self.found = {}
 
-        # Failed downloads
-        self.download_failed = set()
-
         # Map from Package name to whether we can do it
         self.package_status = defaultdict(lambda: FillResult.UNDETERMINED)
 

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