# | Line 110 | Line 110 | class GetOutput(Actor): | |
---|---|---|
110 | cmd = 'tar zxvf '+file | |
111 | cmd_out = runCommand(cmd) | |
112 | cmd_2 ='rm out_files_'+ str(id)+'.tgz' | |
113 | < | # cmd_out2 = runCommand(cmd_2) |
113 | > | cmd_out2 = runCommand(cmd_2) |
114 | else: | |
115 | msg ="Output files for job "+ str(id) +" not available.\n" | |
116 | common.logger.message(msg) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |