Skip to content

Commit

Permalink
Re #4303 fix problem saving low-res range option
Browse files Browse the repository at this point in the history
  • Loading branch information
mdoucet committed Mar 9, 2012
1 parent 2725263 commit fac8d4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def from_xml_element(self, instrument_dom):


#low resolution range
self.data_x_range_flag = BaseScriptElement.getBoolElement(instrument_dom, "data_x_range_flag",
self.data_x_range_flag = BaseScriptElement.getBoolElement(instrument_dom, "x_range_flag",
default=DataSets.data_x_range_flag)

self.data_x_range = [BaseScriptElement.getIntElement(instrument_dom, "x_min_pixel"),
Expand Down

0 comments on commit fac8d4d

Please sign in to comment.