On Thursday, May 12, 2011 03:07:49 pm Paul McNett wrote:
> try:
> + retList.append("%s %s" % (safekey,
> ds._typeDict[self.Cursor._types[safekey]
> + except (KeyError, AttributeError):
> + retList.append(safekey)
That's a syntax error -
should it be
retList.append("%s %s" % (safekey, ds._typeDict[self.Cursor._types[safekey]]))
Johnf
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message:
http://leafe.com/archives/byMID/[email protected]