ajack       2004/07/14 13:57:16

  Modified:    python/gump/repository publisher.py
  Log:
  Teach it where the repo is...
  
  Revision  Changes    Path
  1.6       +2 -0      gump/python/gump/repository/publisher.py
  
  Index: publisher.py
  ===================================================================
  RCS file: /home/cvs/gump/python/gump/repository/publisher.py,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- publisher.py      14 Jul 2004 19:54:46 -0000      1.5
  +++ publisher.py      14 Jul 2004 20:57:16 -0000      1.6
  @@ -36,6 +36,8 @@
           """
           gump.core.actor.AbstractRunActor.__init__(self,run)
           
  +        self.repository=run.getOutputsRepository()
  +        
       def processProject(self,project):
           """
           
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to