Skip to content

Commit

Permalink
Re #4303 modified automated reduction script
Browse files Browse the repository at this point in the history
  • Loading branch information
mdoucet committed Feb 2, 2012
1 parent d20a433 commit 818654d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def initialize_content(self):
def _create_auto_reduce_template(self):
m = self.get_editing_state()
m.data_files = ["runNumber"]
reduce_script = m.to_script()
reduce_script = m.to_script(True)

content = "# Script automatically generated by Mantid on %s\n" % time.ctime()
content += "import sys\n"
Expand Down

0 comments on commit 818654d

Please sign in to comment.