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 5d3a719fa62c35f71ea1d1fbf5fe5b3fe8e52337
Author: Alexandre Detiste <[email protected]>
Date:   Thu Jun 4 12:24:43 2015 +0200

    align shops URL with rest of help text
---
 game_data_packager/__init__.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/game_data_packager/__init__.py b/game_data_packager/__init__.py
index 806695c..b3b2d7a 100644
--- a/game_data_packager/__init__.py
+++ b/game_data_packager/__init__.py
@@ -766,8 +766,8 @@ class GameData(object):
             www.append('http://www.gog.com/game/' + gog_url + '?pp=' + gog_pp)
         if www:
             random.shuffle(www)
-            self.help_text += '\nThis game can be bought online here:\n '
-            self.help_text += '\n '.join(www)
+            self.help_text += '\nThis game can be bought online here:\n  '
+            self.help_text += '\n  '.join(www)
 
     def __enter__(self):
         return self

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