Commit f582d222 authored by Evan Simpson's avatar Evan Simpson

Fix attributes bug.

parent 54b0b7b2
......@@ -278,7 +278,7 @@ class TALInterpreter:
if action == 1: # Cancelled insert
continue
else:
value = item[1]
value = evalue
if value is None:
continue
elif (action == 2 and self.currentMacro and
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment