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.8 by farinafa, Mon Aug 10 14:10:03 2009 UTC vs.
Revision 1.9 by farinafa, Tue Aug 25 11:56:52 2009 UTC

# Line 4 | Line 4 | import common
4   import string
5   from ServerCommunicator import ServerCommunicator
6   from StatusServer import StatusServer
7 + from Cleaner import Cleaner
8  
9   class CleanerServer(Cleaner):
10  
# Line 36 | Line 37 | class CleanerServer(Cleaner):
37          try:
38              csCommunicator.cleanTask(taskuuid)
39          except Exception, e:
40 <            msg = "Client Server comunication failed about cleanJobs: task " + taskuuid
40 >            msg = "Client Server comunication failed about cleanJobs: task \n" + taskuuid
41 >            msg += "Only local working directory will be removed."
42              common.logger.debug( msg)
43              pass
44  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines