Marek and I found a bug in one MetabaseBase method:
def add_schema(self, resID, schemaObj):
'assign a schema relation object to a pygr.Data resource name'
l = resID.split('.')
schemaPath = SchemaPath('.'.join(l[:-1]), self)
setattr(schemaPath, l[-1], schemaObj)
In the call to create a SchemaPath instance, self should have been the
first argument instead of the second.
Titus, which branch should I make this change in? My metabase
branch? A branch where you've been adding annotations or format
changes to metabase?
-- Chris
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pygr-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/pygr-dev?hl=en
-~----------~----~----~----~------~----~------~--~---