Skip to content

Commit

Permalink
Re #7405 Save log for each job
Browse files Browse the repository at this point in the history
  • Loading branch information
mdoucet authored and VickieLynch committed Jul 9, 2013
1 parent 2117891 commit ad5dc70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def to_batch(self):
else:
script += "SaveIqAscii(process=%r)\n" % xml_process

script += "Reduce()\n"
script += "Reduce(log_file='reduction_%s.log')\n" % name
scripts.append(script)

return scripts
Expand Down

0 comments on commit ad5dc70

Please sign in to comment.