[renpy] 38/146: Fixed minor problem in patch
Markus Koschany
apo-guest at moszumanska.debian.org
Tue Jan 12 19:40:03 UTC 2016
This is an automated email from the git hooks/post-receive script.
apo-guest pushed a commit to branch experimental
in repository renpy.
commit 14e09b4dd5e40d5efc5d1b78988db31e22decedb
Author: Miriam Ruiz <miriam at debian.org>
Date: Thu May 15 14:39:05 2008 +0000
Fixed minor problem in patch
---
debian/patches/02_traceback.patch | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/debian/patches/02_traceback.patch b/debian/patches/02_traceback.patch
index abef9c9..679ec4c 100644
--- a/debian/patches/02_traceback.patch
+++ b/debian/patches/02_traceback.patch
@@ -1,7 +1,7 @@
Index: renpy-6.6.2/renpy/bootstrap.py
===================================================================
---- renpy-6.6.2.orig/renpy/bootstrap.py 2008-02-04 17:58:06.000000000 +0000
-+++ renpy-6.6.2/renpy/bootstrap.py 2008-05-15 14:21:43.000000000 +0000
+--- renpy-6.6.2.orig/renpy/bootstrap.py 2008-05-15 14:36:33.000000000 +0000
++++ renpy-6.6.2/renpy/bootstrap.py 2008-05-15 14:37:49.000000000 +0000
@@ -288,10 +288,24 @@
print renpy.game.exception_info
report_tb(sys.stdout, tb)
@@ -28,12 +28,10 @@ Index: renpy-6.6.2/renpy/bootstrap.py
f.write(codecs.BOM_UTF8)
-@@ -323,10 +337,17 @@
+@@ -323,10 +337,18 @@
f.close()
try:
-- if renpy.config.editor:
-- renpy.exports.launch_editor([ 'traceback.txt' ], 1, transient=1)
+ tbdir = renpy.config.savedir
+ if tbdir[-1] == '/':
+ tbdir = tbdir[:-1]
@@ -41,7 +39,9 @@ Index: renpy-6.6.2/renpy/bootstrap.py
+ try:
+ os.makedirs(tbdir)
+ except:
-+ pass if renpy.config.editor:
++ pass
+ if renpy.config.editor:
+- renpy.exports.launch_editor([ 'traceback.txt' ], 1, transient=1)
+ renpy.exports.launch_editor([ tbdir + 'traceback.txt' ], 1, transient=1)
else:
- os.startfile('traceback.txt')
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/renpy.git
More information about the Pkg-games-commits
mailing list