[game-data-packager] 15/24: Fix error message

Simon McVittie smcv at debian.org
Sat Jan 17 23:28:51 UTC 2015


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 cbd5ae72f1d2edf1ba6d4f8244f8fc0e74365700
Author: Simon McVittie <smcv at debian.org>
Date:   Sat Jan 17 22:26:07 2015 +0000

    Fix error message
---
 lib/game_data_packager/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/game_data_packager/__init__.py b/lib/game_data_packager/__init__.py
index df79a1d..33920fd 100644
--- a/lib/game_data_packager/__init__.py
+++ b/lib/game_data_packager/__init__.py
@@ -1899,7 +1899,7 @@ def load_yaml_games(workdir=None):
 
             games[g] = game_data_constructor(g, yaml_data, workdir=workdir)
         except:
-            print('Error loading %s:\n' % yaml)
+            print('Error loading %s:\n' % yamlfile)
             raise
 
     return games

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