Skip to content

Commit

Permalink
Remove last reference to old API from sans_reduction_steps. Refs #7469
Browse files Browse the repository at this point in the history
  • Loading branch information
martyngigg committed Jul 24, 2013
1 parent d24e93d commit e304c00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1173,7 +1173,7 @@ def execute(self, reducer, workspace):
if reducer._two_dim_calculator is not None:
if hasattr(reducer._two_dim_calculator, "get_output_workspace"):
output_ws = reducer._two_dim_calculator.get_output_workspace(workspace)
if mtd.workspaceExists(output_ws):
if mtd.doesExist(output_ws):
filename = os.path.join(output_dir, output_ws+'.dat')
SaveNISTDAT(InputWorkspace=output_ws, Filename=filename)

Expand Down

0 comments on commit e304c00

Please sign in to comment.