ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CRAB/python/CleanerServer.py
(Generate patch)

Comparing COMP/CRAB/python/CleanerServer.py (file contents):
Revision 1.1 by mcinquil, Tue Jul 17 17:56:09 2007 UTC vs.
Revision 1.2 by spiga, Thu May 29 10:46:41 2008 UTC

# Line 24 | Line 24 | class CleanerServer(Actor):
24      def run(self):
25          """
26          remove all
27 <        """
27 >
28          if common.jobDB.nJobs()>0:
29              self.check()
30  
# Line 39 | Line 39 | class CleanerServer(Actor):
39              print ( 'crab. directory '+tempWorkSpace+' removed' )
40          else:
41              common.logger.message ( 'Impossible to remove: not all jobs are yet finished\n      (you maight kill these jobs and then clean the task)')
42 +        """
43 +        msg=''  
44 +        msg+='functionality not yet available for the server. Work in progres \n'
45 +        msg+='planned for CRAB_2_2_3'
46 +        common.logger.message(msg)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines