[game-data-packager] 01/02: don't confuse pyflakes

Alexandre Detiste detiste-guest at moszumanska.debian.org
Tue Apr 28 19:56:58 UTC 2015


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 29e6c41316b462e2725328e9ac1f31834867a759
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Tue Apr 28 21:45:30 2015 +0200

    don't confuse pyflakes
---
 game_data_packager/make_template.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/game_data_packager/make_template.py b/game_data_packager/make_template.py
index 5226dd4..059d0f7 100644
--- a/game_data_packager/make_template.py
+++ b/game_data_packager/make_template.py
@@ -193,6 +193,7 @@ def do_one_file(name,lower):
     # sniff Makeself archives
     # http://megastep.org/makeself/
     has_makeself = False
+    trailer = None
     SHEBANG = bytes('/bin/sh', 'ascii')
     HEADER_V1 = bytes('# This script was generated using Makeself 1.', 'ascii')
     HEADER_V2 = bytes('# This script was generated using Makeself 2.', 'ascii')

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