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 <[email protected]>
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 <[email protected]>
---
 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

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to