appy.gen: removed from some pages superfluous translations of inexistent labels.
This commit is contained in:
parent
b9c6283d9e
commit
d2d3f9a745
5 changed files with 25 additions and 21 deletions
|
@ -62,9 +62,7 @@ class AbstractWrapper(object):
|
|||
except AttributeError, ae:
|
||||
# Maybe a back reference?
|
||||
res = self.o.getAppyType(name)
|
||||
if not res:
|
||||
print "Attribute error", ae
|
||||
raise ae
|
||||
if not res: raise ae
|
||||
# If we got an Appy type, return the value of this type for this object
|
||||
if isinstance(res, Type):
|
||||
o = self.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue