# | 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) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |