Skip to content

Commit

Permalink
refs #8733. fix naming error.
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenArnold committed Feb 3, 2014
1 parent bcfe764 commit 0ecab36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/scripts/Interface/ui/reflectometer/refl_gui.py
Expand Up @@ -246,7 +246,7 @@ def create_workspace_display_name(self, candidate):
if isinstance(mtd[candidate], WorkspaceGroup):
todisplay = candidate # No single run number for a group of workspaces.
else:
todisplay = groupGet(mtd[first_contents], "samp", "run_number")
todisplay = groupGet(mtd[candidate], "samp", "run_number")
return todisplay


Expand Down

0 comments on commit 0ecab36

Please sign in to comment.