On Mon, Mar 23, 2009 at 06:27:04PM -0700, Christopher Lee wrote:
-> 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?

I've only been taking notes, so just put them in your metabase branch.

cheers,
--t
-- 
C. Titus Brown, [email protected]

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to