[ZPT] CVS: Packages/TAL - TALInterpreter.py:1.39.2.1
evan@serenade.digicool.com
evan@serenade.digicool.com
Tue, 8 May 2001 17:26:43 -0400
Update of /cvs-repository/Packages/TAL
In directory serenade.digicool.com:/home/evan/Zope/pt/lib/python/TAL
Modified Files:
Tag: tal-1_2
TALInterpreter.py
Log Message:
Fix attributes bug.
--- Updated File TALInterpreter.py in package Packages/TAL --
--- TALInterpreter.py 2001/04/27 18:43:36 1.39
+++ TALInterpreter.py 2001/05/08 21:26:43 1.39.2.1
@@ -285,6 +285,8 @@
name[-13:] == ":define-macro" and self.metal):
name = name[:-13] + ":use-macro"
value = self.currentMacro
+ elif action == 1:
+ continue # Unexecuted insert
if value is None:
s = name
else: