[game-data-packager] 01/02: repack file in ~/ too

Alexandre Detiste detiste-guest at moszumanska.debian.org
Sat Apr 11 17:12:05 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 817b2ef6adb81f1f71134759971276a9d03b459f
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Sat Apr 11 19:10:26 2015 +0200

    repack file in ~/ too
---
 game_data_packager/__init__.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/game_data_packager/__init__.py b/game_data_packager/__init__.py
index 5b9da2a..8ae1edc 100644
--- a/game_data_packager/__init__.py
+++ b/game_data_packager/__init__.py
@@ -2062,6 +2062,7 @@ class GameData(object):
 
         if search:
             for path in self.try_repack_from:
+                path = os.path.expanduser(path)
                 if os.path.isdir(path) and path not in paths:
                     paths.append(path)
 

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