# | Line 133 | Line 133 | class GetOutput(Actor): | |
---|---|---|
133 | if self.logDir != self.outDir: | |
134 | for i_id in self.list_id: | |
135 | try: | |
136 | < | cmd = 'mv '+str(self.outDir)+'/*'+str(i_id)+'.std* '+str(self.outDir)+'/.BrokerInfo '+str(self.outDir)+'/*.log '+str(self.logDir) |
136 | > | cmd = 'mv '+str(self.outDir)+'/*'+str(i_id)+'.std* '+str(self.outDir)+'/.BrokerInfo '+str(self.logDir) |
137 | cmd_out =os.system(cmd) | |
138 | except: | |
139 | msg = 'Problem with copy of job results' |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |