[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [15667] branches/soc-2008-quorn/release/ scripts/bpymodules/BPyTextPlugin.py: Oops, typo in rev.

Ian Thompson quornian at googlemail.com
Mon Jul 21 13:21:50 CEST 2008


Revision: 15667
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=15667
Author:   quorn
Date:     2008-07-21 13:21:49 +0200 (Mon, 21 Jul 2008)

Log Message:
-----------
Oops, typo in rev. 15664 caused error

Modified Paths:
--------------
    branches/soc-2008-quorn/release/scripts/bpymodules/BPyTextPlugin.py

Modified: branches/soc-2008-quorn/release/scripts/bpymodules/BPyTextPlugin.py
===================================================================
--- branches/soc-2008-quorn/release/scripts/bpymodules/BPyTextPlugin.py	2008-07-21 10:07:03 UTC (rev 15666)
+++ branches/soc-2008-quorn/release/scripts/bpymodules/BPyTextPlugin.py	2008-07-21 11:21:49 UTC (rev 15667)
@@ -350,7 +350,7 @@
 					close = line.find(')', end[1])
 					var_type = dict
 				if var_type and close+1 < len(line):
-					if line[close]+1 != ' ' and line[close+1] != '\t':
+					if line[close+1] != ' ' and line[close+1] != '\t':
 						var_type = None
 				cls_vars[var_name] = VarDesc(var_name, var_type, start[0])
 				var1_step = 0





More information about the Bf-blender-cvs mailing list