[game-data-packager] 03/11: launcher: remove assertion left over from testing

Simon McVittie smcv at debian.org
Wed Jan 13 00:06:50 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 6480808cab3a098cd0a4aa0c0bd44f74419a0704
Author: Simon McVittie <smcv at debian.org>
Date:   Sun Jan 10 16:43:32 2016 +0000

    launcher: remove assertion left over from testing
---
 runtime/launcher.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/runtime/launcher.py b/runtime/launcher.py
index 3135cb4..8d9609d 100755
--- a/runtime/launcher.py
+++ b/runtime/launcher.py
@@ -336,7 +336,6 @@ class Launcher:
 
         os.execve(self.argv[0], self.argv + self.args.arguments, environ)
 
-        raise AssertionError('nope')
         raise AssertionError('os.execve should never return')
 
     def load_text(self, filename, placeholder):

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