commit-gnue
[Top][All Lists]
Advanced

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

[gnue] r9503 - trunk/gnue-common/src/definitions


From: reinhard
Subject: [gnue] r9503 - trunk/gnue-common/src/definitions
Date: Thu, 19 Apr 2007 05:31:41 -0500 (CDT)

Author: reinhard
Date: 2007-04-19 05:31:40 -0500 (Thu, 19 Apr 2007)
New Revision: 9503

Modified:
   trunk/gnue-common/src/definitions/GParser.py
Log:
Fixed exception.


Modified: trunk/gnue-common/src/definitions/GParser.py
===================================================================
--- trunk/gnue-common/src/definitions/GParser.py        2007-04-17 09:26:18 UTC 
(rev 9502)
+++ trunk/gnue-common/src/definitions/GParser.py        2007-04-19 10:31:40 UTC 
(rev 9503)
@@ -775,7 +775,7 @@
       raise MarkupError, \
           (u_("Unable to find an importable object named %(name)s in "
               "%(library)s") % {'name'   : self.name, 'library': self.library},
-           self.url)
+           self._url, self._lineNumber)
 
 
   # ---------------------------------------------------------------------------





reply via email to

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