[game-data-packager] 01/01: fallout from 2b5a38e03747045c1bb7844c3a522821213cb841

Alexandre Detiste detiste-guest at moszumanska.debian.org
Mon Feb 1 21:52:17 UTC 2016


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 26b1832ef452508af805b3baa840e2112dbb6d5e
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Mon Feb 1 22:51:42 2016 +0100

    fallout from 2b5a38e03747045c1bb7844c3a522821213cb841
---
 game_data_packager/build.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/game_data_packager/build.py b/game_data_packager/build.py
index db8a265..736183e 100644
--- a/game_data_packager/build.py
+++ b/game_data_packager/build.py
@@ -2533,10 +2533,10 @@ class PackagingTask(object):
         if package.component == 'local':
             return
         for f in package.optional_files:
-             if not self.game.files[f].license:
+             if not f.license:
                  continue
 
-             if self.file_status[f] is not FillResult.COMPLETE:
+             if self.file_status[f.name] is not FillResult.COMPLETE:
                  package.component = 'local'
                  return
         return

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