opental-checkins
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[OpenTAL-checkins] opental/OpenTAL metal_handler.py


From: Fernando Lalo Martins
Subject: [OpenTAL-checkins] opental/OpenTAL metal_handler.py
Date: Fri, 21 Feb 2003 00:07:04 -0500

CVSROOT:        /cvsroot/opental
Module name:    opental
Changes by:     Fernando Lalo Martins <address@hidden>  03/02/21 00:07:02

Modified files:
        OpenTAL        : metal_handler.py 

Log message:
        this was printing pretty useless debugging information

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/opental/opental/OpenTAL/metal_handler.py.diff?tr1=1.17&tr2=1.18&r1=text&r2=text

Patches:
Index: opental/OpenTAL/metal_handler.py
diff -u opental/OpenTAL/metal_handler.py:1.17 
opental/OpenTAL/metal_handler.py:1.18
--- opental/OpenTAL/metal_handler.py:1.17       Thu Feb 20 05:37:41 2003
+++ opental/OpenTAL/metal_handler.py    Fri Feb 21 00:07:02 2003
@@ -98,7 +98,7 @@
         [a for a in macro.children]
     except:
         raise MetalError, ('trying to use an incompatible object as a macro: ' 
+
-                           repr(value))
+                           repr(macro))
     if hasattr(context, 'getDefault') and macro is context.getDefault():
         return element
     context.metal_slot_stack[-1] = fish_slots(element)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]