# | Line 114 | Line 114 | class GetOutput(Actor): | |
---|---|---|
114 | cmd_out = runCommand(cmd) | |
115 | cmd_2 ='rm out_files_'+ str(id)+'.tgz' | |
116 | cmd_out2 = runCommand(cmd_2) | |
117 | < | msg = 'Results of Jobs # '+str(id)+' are in '+self.outDir+'. \n' |
117 | > | msg = 'Results of Jobs # '+str(id)+' are in '+self.outDir |
118 | common.logger.message(msg) | |
119 | else: | |
120 | msg ="Output files for job "+ str(id) +" not available.\n" |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |