[game-data-packager] 01/10: Launcher: fix --version
Simon McVittie
smcv at debian.org
Fri Oct 14 22:12:16 UTC 2016
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 e13bba25e571098487eb656be008c13502049b4b
Author: Simon McVittie <smcv at debian.org>
Date: Fri Oct 14 15:03:40 2016 +0100
Launcher: fix --version
---
runtime/launcher.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/runtime/launcher.py b/runtime/launcher.py
index 5e1a9f1..3f72af3 100755
--- a/runtime/launcher.py
+++ b/runtime/launcher.py
@@ -200,7 +200,7 @@ class Launcher:
parser.add_argument('--quiet', '-q', default=False, action='store_true',
help='silence console logging')
parser.add_argument('--version', action='version',
- version='game-data-packager launcher ' + __version__)
+ version='game-data-packager launcher ' + GAME_PACKAGE_VERSION)
parser.add_argument('arguments', nargs=argparse.REMAINDER,
help='arguments for the launched game')
self.args, rest = parser.parse_known_args(argv)
--
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